Class VkPhysicalDeviceCooperativeMatrixPropertiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeMatrixPropertiesKHR extends Struct<VkPhysicalDeviceCooperativeMatrixPropertiesKHR> implements NativeResource

 struct VkPhysicalDeviceCooperativeMatrixPropertiesKHR {
     VkStructureType sType;
     void * pNext;
     VkShaderStageFlags cooperativeMatrixSupportedStages;
 }