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.
References operator==().
|
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.
Referenced by operator!=().
|
inline |
Definition at line 23246 of file vulkan.hpp.
|
inline |
Definition at line 23240 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 23270 of file vulkan.hpp.
References pPushConstantRanges.
|
inline |
Definition at line 23258 of file vulkan.hpp.
References pSetLayouts.
|
inline |
Definition at line 23264 of file vulkan.hpp.
References pushConstantRangeCount.
|
inline |
Definition at line 23252 of file vulkan.hpp.
References setLayoutCount.
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==(), and setPNext().
const PushConstantRange* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pPushConstantRanges |
Definition at line 23311 of file vulkan.hpp.
Referenced by operator==(), and setPPushConstantRanges().
const DescriptorSetLayout* VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pSetLayouts |
Definition at line 23309 of file vulkan.hpp.
Referenced by operator==(), and setPSetLayouts().
uint32_t VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::pushConstantRangeCount |
Definition at line 23310 of file vulkan.hpp.
Referenced by operator==(), and setPushConstantRangeCount().
uint32_t VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo::setLayoutCount |
Definition at line 23308 of file vulkan.hpp.
Referenced by operator==(), and setSetLayoutCount().
|
private |
Definition at line 23303 of file vulkan.hpp.
Referenced by operator==().