Home
last modified time | relevance | path

Searched defs:DispatchIndirectCommand (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4054 struct DispatchIndirectCommand struct
4056 DispatchIndirectCommand( uint32_t x_ = 0, uint32_t y_ = 0, uint32_t z_ = 0 ) in DispatchIndirectCommand() function
4063 DispatchIndirectCommand( VkDispatchIndirectCommand const & rhs ) in DispatchIndirectCommand() argument
4068 DispatchIndirectCommand& operator=( VkDispatchIndirectCommand const & rhs ) in operator =()
4074 DispatchIndirectCommand& setX( uint32_t x_ ) in setX()
4080 DispatchIndirectCommand& setY( uint32_t y_ ) in setY()
4086 DispatchIndirectCommand& setZ( uint32_t z_ ) in setZ()
4092 operator const VkDispatchIndirectCommand&() const in operator const VkDispatchIndirectCommand&()
4097 bool operator==( DispatchIndirectCommand const& rhs ) const in operator ==()
4104 bool operator!=( DispatchIndirectCommand const& rhs ) const in operator !=()
[all …]