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

Class VkApplicationInfo

examples/vulkan/vulkan.h:1233–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 char description [ VK_MAX_DESCRIPTION_SIZE ];
1232} VkLayerProperties;
1233typedef struct VkApplicationInfo {
1234 VkStructureType sType;
1235 const void * pNext;
1236 const char * pApplicationName;
1237 uint32_t applicationVersion;
1238 const char * pEngineName;
1239 uint32_t engineVersion;
1240 uint32_t apiVersion;
1241} VkApplicationInfo;
1242typedef struct VkAllocationCallbacks {
1243 void * pUserData;
1244 PFN_vkAllocationFunction pfnAllocation;

Callers 1

setupInstanceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected