|
| VULKAN_HPP_CONSTEXPR | GeneratedCommandsInfoNV (VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_=VULKAN_HPP_NAMESPACE::PipelineBindPoint::eGraphics, VULKAN_HPP_NAMESPACE::Pipeline pipeline_={}, VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout_={}, uint32_t streamCount_={}, const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV *pStreams_={}, uint32_t sequencesCount_={}, VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset_={}) VULKAN_HPP_NOEXCEPT |
| |
| VULKAN_HPP_CONSTEXPR | GeneratedCommandsInfoNV (GeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT=default |
| |
| | GeneratedCommandsInfoNV (VkGeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT |
| |
| | GeneratedCommandsInfoNV (VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_, VULKAN_HPP_NAMESPACE::Pipeline pipeline_, VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout_, VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV > const &streams_, uint32_t sequencesCount_={}, VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset_={}, VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset_={}, VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer_={}, VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset_={}) |
| |
| GeneratedCommandsInfoNV & | operator= (VkGeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | operator= (GeneratedCommandsInfoNV const &rhs) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPipelineBindPoint (VULKAN_HPP_NAMESPACE::PipelineBindPoint pipelineBindPoint_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPipeline (VULKAN_HPP_NAMESPACE::Pipeline pipeline_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setIndirectCommandsLayout (VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutNV indirectCommandsLayout_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setStreamCount (uint32_t streamCount_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPStreams (const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV *pStreams_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setStreams (VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries< const VULKAN_HPP_NAMESPACE::IndirectCommandsStreamNV > const &streams_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setSequencesCount (uint32_t sequencesCount_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPreprocessBuffer (VULKAN_HPP_NAMESPACE::Buffer preprocessBuffer_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPreprocessOffset (VULKAN_HPP_NAMESPACE::DeviceSize preprocessOffset_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setPreprocessSize (VULKAN_HPP_NAMESPACE::DeviceSize preprocessSize_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setSequencesCountBuffer (VULKAN_HPP_NAMESPACE::Buffer sequencesCountBuffer_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setSequencesCountOffset (VULKAN_HPP_NAMESPACE::DeviceSize sequencesCountOffset_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setSequencesIndexBuffer (VULKAN_HPP_NAMESPACE::Buffer sequencesIndexBuffer_) VULKAN_HPP_NOEXCEPT |
| |
| GeneratedCommandsInfoNV & | setSequencesIndexOffset (VULKAN_HPP_NAMESPACE::DeviceSize sequencesIndexOffset_) VULKAN_HPP_NOEXCEPT |
| |
| | operator VkGeneratedCommandsInfoNV const & () const VULKAN_HPP_NOEXCEPT |
| |
| | operator VkGeneratedCommandsInfoNV & () VULKAN_HPP_NOEXCEPT |
| |
| bool | operator== (GeneratedCommandsInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT |
| |
| bool | operator!= (GeneratedCommandsInfoNV const &rhs) const VULKAN_HPP_NOEXCEPT |
| |
Definition at line 32955 of file vulkan.hpp.