Class VkPhysicalDeviceConditionalRenderingFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceConditionalRenderingFeaturesEXT extends Struct<VkPhysicalDeviceConditionalRenderingFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceConditionalRenderingFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 conditionalRendering;
    VkBool32 inheritedConditionalRendering;
}