Class VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV extends Struct<VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV> implements NativeResource
struct VkPhysicalDeviceCooperativeMatrixDecodeVectorFeaturesNV {
    VkStructureType sType;
    void * pNext;
    VkBool32 cooperativeMatrixDecodeVector;
}