Class VkPhysicalDeviceCooperativeMatrix2PropertiesNV

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

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

If the VkPhysicalDeviceCooperativeMatrix2PropertiesNV 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 VkPhysicalDeviceCooperativeMatrix2PropertiesNV {
     VkStructureType sType();
     void * pNext();
     uint32_t cooperativeMatrixWorkgroupScopeMaxWorkgroupSize();
     uint32_t cooperativeMatrixFlexibleDimensionsMaxDimension();
     uint32_t cooperativeMatrixWorkgroupScopeReservedSharedMemory();
 }