Class VkHostImageCopyDevicePerformanceQueryEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkHostImageCopyDevicePerformanceQuery>
org.lwjgl.vulkan.VkHostImageCopyDevicePerformanceQuery
org.lwjgl.vulkan.VkHostImageCopyDevicePerformanceQueryEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkHostImageCopyDevicePerformanceQueryEXT extends VkHostImageCopyDevicePerformanceQuery
See VkHostImageCopyDevicePerformanceQuery.

Layout


 struct VkHostImageCopyDevicePerformanceQueryEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 optimalDeviceAccess;
     VkBool32 identicalMemoryLayout;
 }