Class VkPhysicalDevicePipelineCreationCacheControlFeatures

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT

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