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

Class VkDescriptorImageInfo

examples/vulkan/vulkan.h:1250–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248 PFN_vkInternalFreeNotification pfnInternalFree;
1249} VkAllocationCallbacks;
1250typedef struct VkDescriptorImageInfo {
1251 VkSampler sampler;
1252 VkImageView imageView;
1253 VkImageLayout imageLayout;
1254} VkDescriptorImageInfo;
1255typedef struct VkCopyDescriptorSet {
1256 VkStructureType sType;
1257 const void * pNext;

Callers 1

setupDescriptorSetsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected