|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNVX:Data Fields | |
| const void * | pNext = nullptr |
| PipelineBindPoint | pipelineBindPoint |
| IndirectCommandsLayoutUsageFlagsNVX | flags |
| uint32_t | tokenCount |
| const IndirectCommandsLayoutTokenNVX * | pTokens |
Private Attributes | |
| StructureType | sType = StructureType::eIndirectCommandsLayoutCreateInfoNVX |
Definition at line 30727 of file vulkan.hpp.
|
inline |
Definition at line 30729 of file vulkan.hpp.
|
inline |
Definition at line 30740 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 30785 of file vulkan.hpp.
|
inline |
Definition at line 30780 of file vulkan.hpp.
|
inline |
Definition at line 30800 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 30790 of file vulkan.hpp.
References flags, pipelineBindPoint, pNext, pTokens, sType, and tokenCount.
Referenced by operator!=().
|
inline |
Definition at line 30762 of file vulkan.hpp.
|
inline |
Definition at line 30756 of file vulkan.hpp.
References pipelineBindPoint.
|
inline |
Definition at line 30750 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 30774 of file vulkan.hpp.
References pTokens.
|
inline |
Definition at line 30768 of file vulkan.hpp.
References tokenCount.
| IndirectCommandsLayoutUsageFlagsNVX VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNVX::flags |
Definition at line 30811 of file vulkan.hpp.
Referenced by operator==().
| PipelineBindPoint VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNVX::pipelineBindPoint |
Definition at line 30810 of file vulkan.hpp.
Referenced by operator==(), and setPipelineBindPoint().
| const void* VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNVX::pNext = nullptr |
Definition at line 30809 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| const IndirectCommandsLayoutTokenNVX* VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNVX::pTokens |
Definition at line 30813 of file vulkan.hpp.
Referenced by operator==(), and setPTokens().
|
private |
Definition at line 30806 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutCreateInfoNVX::tokenCount |
Definition at line 30812 of file vulkan.hpp.
Referenced by operator==(), and setTokenCount().