SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
PipelineLayoutCreateFlags | flags |
uint32_t | setLayoutCount |
const DescriptorSetLayout * | pSetLayouts |
uint32_t | pushConstantRangeCount |
const PushConstantRange * | pPushConstantRanges |
Private Attributes | |
StructureType | sType = StructureType::ePipelineLayoutCreateInfo |
Definition at line 23215 of file vulkan.hpp.
|
inline |
Definition at line 23217 of file vulkan.hpp.
|
inline |
Definition at line 23230 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 23281 of file vulkan.hpp.
|
inline |
Definition at line 23276 of file vulkan.hpp.
|
inline |
Definition at line 23297 of file vulkan.hpp.
|
inline |
Definition at line 23235 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 23286 of file vulkan.hpp.
References flags, pNext, pPushConstantRanges, pSetLayouts, pushConstantRangeCount, setLayoutCount, and sType.
|
inline |
Definition at line 23246 of file vulkan.hpp.
|
inline |
Definition at line 23240 of file vulkan.hpp.
|
inline |
Definition at line 23270 of file vulkan.hpp.
|
inline |
Definition at line 23258 of file vulkan.hpp.
|
inline |
Definition at line 23264 of file vulkan.hpp.
|
inline |
Definition at line 23252 of file vulkan.hpp.
PipelineLayoutCreateFlags VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::flags |
Definition at line 23307 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pNext = nullptr |
Definition at line 23306 of file vulkan.hpp.
Referenced by operator==().
const PushConstantRange* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pPushConstantRanges |
Definition at line 23311 of file vulkan.hpp.
Referenced by operator==().
const DescriptorSetLayout* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pSetLayouts |
Definition at line 23309 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pushConstantRangeCount |
Definition at line 23310 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::setLayoutCount |
Definition at line 23308 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 23303 of file vulkan.hpp.
Referenced by operator==().