Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPipelineViewportStateCreateInfo |
Public Attributes | |
vk::StructureType | sType = StructureType::ePipelineViewportStateCreateInfo |
const void * | pNext = {} |
vk::PipelineViewportStateCreateFlags | flags = {} |
uint32_t | viewportCount = {} |
const vk::Viewport * | pViewports = {} |
uint32_t | scissorCount = {} |
const vk::Rect2D * | pScissors = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePipelineViewportStateCreateInfo |
Definition at line 40199 of file vulkan_structs.hpp.
Definition at line 40201 of file vulkan_structs.hpp.
|
inline |
Definition at line 40207 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 40224 of file vulkan_structs.hpp.
|
inline |
Definition at line 40230 of file vulkan_structs.hpp.
|
inline |
Definition at line 40316 of file vulkan_structs.hpp.
|
inline |
Definition at line 40311 of file vulkan_structs.hpp.
|
inline |
Definition at line 40352 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 40247 of file vulkan_structs.hpp.
|
inline |
Definition at line 40342 of file vulkan_structs.hpp.
|
inline |
Definition at line 40260 of file vulkan_structs.hpp.
|
inline |
Definition at line 40254 of file vulkan_structs.hpp.
|
inline |
Definition at line 40294 of file vulkan_structs.hpp.
|
inline |
Definition at line 40272 of file vulkan_structs.hpp.
|
inline |
Definition at line 40288 of file vulkan_structs.hpp.
|
inline |
Definition at line 40302 of file vulkan_structs.hpp.
|
inline |
Definition at line 40266 of file vulkan_structs.hpp.
|
inline |
Definition at line 40280 of file vulkan_structs.hpp.
|
static |
Definition at line 40203 of file vulkan_structs.hpp.
vk::PipelineViewportStateCreateFlags vk::PipelineViewportStateCreateInfo::flags = {} |
Definition at line 40361 of file vulkan_structs.hpp.
const void* vk::PipelineViewportStateCreateInfo::pNext = {} |
Definition at line 40360 of file vulkan_structs.hpp.
const vk::Rect2D* vk::PipelineViewportStateCreateInfo::pScissors = {} |
Definition at line 40365 of file vulkan_structs.hpp.
const vk::Viewport* vk::PipelineViewportStateCreateInfo::pViewports = {} |
Definition at line 40363 of file vulkan_structs.hpp.
uint32_t vk::PipelineViewportStateCreateInfo::scissorCount = {} |
Definition at line 40364 of file vulkan_structs.hpp.
|
static |
Definition at line 40204 of file vulkan_structs.hpp.
vk::StructureType vk::PipelineViewportStateCreateInfo::sType = StructureType::ePipelineViewportStateCreateInfo |
Definition at line 40359 of file vulkan_structs.hpp.
uint32_t vk::PipelineViewportStateCreateInfo::viewportCount = {} |
Definition at line 40362 of file vulkan_structs.hpp.