MCPcopy Create free account
hub / github.com/SFML/SFML / VkPipelineLayoutCreateInfo

Class VkPipelineLayoutCreateInfo

examples/vulkan/vulkan.h:1913–1921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1911 uint32_t size;
1912} VkPushConstantRange;
1913typedef struct VkPipelineLayoutCreateInfo {
1914 VkStructureType sType;
1915 const void * pNext;
1916 VkPipelineLayoutCreateFlags flags;
1917 uint32_t setLayoutCount;
1918 const VkDescriptorSetLayout * pSetLayouts;
1919 uint32_t pushConstantRangeCount;
1920 const VkPushConstantRange * pPushConstantRanges;
1921} VkPipelineLayoutCreateInfo;
1922typedef struct VkSamplerCreateInfo {
1923 VkStructureType sType;
1924 const void * pNext;

Callers 1

setupPipelineLayoutMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected