Class VkPhysicalDeviceShaderObjectFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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