SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DrawMeshTasksIndirectCommandNV (uint32_t taskCount_=0, uint32_t firstTask_=0) | |
DrawMeshTasksIndirectCommandNV (VkDrawMeshTasksIndirectCommandNV const &rhs) | |
DrawMeshTasksIndirectCommandNV & | operator= (VkDrawMeshTasksIndirectCommandNV const &rhs) |
DrawMeshTasksIndirectCommandNV & | setTaskCount (uint32_t taskCount_) |
DrawMeshTasksIndirectCommandNV & | setFirstTask (uint32_t firstTask_) |
operator VkDrawMeshTasksIndirectCommandNV const & () const | |
operator VkDrawMeshTasksIndirectCommandNV & () | |
bool | operator== (DrawMeshTasksIndirectCommandNV const &rhs) const |
bool | operator!= (DrawMeshTasksIndirectCommandNV const &rhs) const |
Data Fields | |
uint32_t | taskCount |
uint32_t | firstTask |
Definition at line 7843 of file vulkan.hpp.
|
inline |
Definition at line 7845 of file vulkan.hpp.
|
inline |
Definition at line 7852 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7879 of file vulkan.hpp.
|
inline |
Definition at line 7874 of file vulkan.hpp.
|
inline |
Definition at line 7890 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 7884 of file vulkan.hpp.
References firstTask, and taskCount.
Referenced by operator!=().
|
inline |
Definition at line 7868 of file vulkan.hpp.
References firstTask.
|
inline |
Definition at line 7862 of file vulkan.hpp.
References taskCount.
uint32_t VULKAN_HPP_NAMESPACE::DrawMeshTasksIndirectCommandNV::firstTask |
Definition at line 7896 of file vulkan.hpp.
Referenced by operator==(), and setFirstTask().
uint32_t VULKAN_HPP_NAMESPACE::DrawMeshTasksIndirectCommandNV::taskCount |
Definition at line 7895 of file vulkan.hpp.
Referenced by operator==(), and setTaskCount().