Class VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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