Class VkPhysicalDeviceCooperativeMatrixPropertiesKHR

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

public class VkPhysicalDeviceCooperativeMatrixPropertiesKHR extends org.lwjgl.system.Struct<VkPhysicalDeviceCooperativeMatrixPropertiesKHR> implements org.lwjgl.system.NativeResource
Structure describing cooperative matrix properties supported by an implementation.
Description

cooperativeMatrixSupportedStages must not have any bits other than SHADER_STAGE_COMPUTE_BIT set.

If the VkPhysicalDeviceCooperativeMatrixPropertiesKHR 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 VkPhysicalDeviceCooperativeMatrixPropertiesKHR {
     VkStructureType sType();
     void * pNext();
     VkShaderStageFlags cooperativeMatrixSupportedStages();
 }