MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / initDeviceProperties2

Method initDeviceProperties2

vulkanDeviceInfoExtensions.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34VkPhysicalDeviceProperties2 VulkanDeviceInfoExtensions::initDeviceProperties2(void * pNext) {
35 VkPhysicalDeviceProperties2 props2{};
36 props2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR;
37 props2.pNext = pNext;
38 return props2;
39}
40
41void VulkanDeviceInfoExtensions::readPhysicalProperties_AMD() {
42 VkPhysicalDeviceProperties2 deviceProps2{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected