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

Class VkDescriptorBufferInfo

examples/vulkan/vulkan.h:1541–1545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539 VkDeviceSize maxResourceSize;
1540} VkImageFormatProperties;
1541typedef struct VkDescriptorBufferInfo {
1542 VkBuffer buffer;
1543 VkDeviceSize offset;
1544 VkDeviceSize range;
1545} VkDescriptorBufferInfo;
1546typedef struct VkWriteDescriptorSet {
1547 VkStructureType sType;
1548 const void * pNext;

Callers 1

setupDescriptorSetsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected