Class VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT extends VkPhysicalDevicePipelineCreationCacheControlFeatures

 struct VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 pipelineCreationCacheControl;
 }