Class VkPhysicalDeviceCopyMemoryIndirectPropertiesNV

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

public class VkPhysicalDeviceCopyMemoryIndirectPropertiesNV extends org.lwjgl.system.Struct<VkPhysicalDeviceCopyMemoryIndirectPropertiesNV> implements org.lwjgl.system.NativeResource
Structure describing supported queues for indirect copy.
Description

If the indirectCopy feature is supported, supportedQueues must return at least one supported queue.

If the VkPhysicalDeviceCopyMemoryIndirectPropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceCopyMemoryIndirectPropertiesNV {
     VkStructureType sType();
     void * pNext();
     VkQueueFlags supportedQueues();
 }