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

Class VkMemoryRequirements

examples/vulkan/vulkan.h:1497–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495 uint32_t memoryTypeIndex;
1496} VkMemoryAllocateInfo;
1497typedef struct VkMemoryRequirements {
1498 VkDeviceSize size;
1499 VkDeviceSize alignment;
1500 uint32_t memoryTypeBits;
1501} VkMemoryRequirements;
1502typedef struct VkSparseImageFormatProperties {
1503 VkImageAspectFlags aspectMask;
1504 VkExtent3D imageGranularity;

Callers 2

createBufferMethod · 0.70
createImageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected