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

Class VkFormatProperties

examples/vulkan/vulkan.h:1529–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527 VkDeviceSize size;
1528} VkMappedMemoryRange;
1529typedef struct VkFormatProperties {
1530 VkFormatFeatureFlags linearTilingFeatures;
1531 VkFormatFeatureFlags optimalTilingFeatures;
1532 VkFormatFeatureFlags bufferFeatures;
1533} VkFormatProperties;
1534typedef struct VkImageFormatProperties {
1535 VkExtent3D maxExtent;
1536 uint32_t maxMipLevels;

Callers 1

setupPhysicalDeviceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected