Class VkPhysicalDeviceShaderFloat8FeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderFloat8FeaturesEXT extends Struct<VkPhysicalDeviceShaderFloat8FeaturesEXT> implements NativeResource
struct VkPhysicalDeviceShaderFloat8FeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 shaderFloat8;
    VkBool32 shaderFloat8CooperativeMatrix;
}