Class VkPhysicalDeviceSchedulingControlsPropertiesARM

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

public class VkPhysicalDeviceSchedulingControlsPropertiesARM extends org.lwjgl.system.Struct<VkPhysicalDeviceSchedulingControlsPropertiesARM> implements org.lwjgl.system.NativeResource
Structure containing scheduling control properties of a physical device.
Description

If the VkPhysicalDeviceSchedulingControlsPropertiesARM 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 VkPhysicalDeviceSchedulingControlsPropertiesARM {
     VkStructureType sType;
     void * pNext;
     VkPhysicalDeviceSchedulingControlsFlagsARM schedulingControlsFlags();
 }