Class VkDevicePipelineBinaryInternalCacheControlKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDevicePipelineBinaryInternalCacheControlKHR extends Struct<VkDevicePipelineBinaryInternalCacheControlKHR> implements NativeResource
struct VkDevicePipelineBinaryInternalCacheControlKHR {
    VkStructureType sType;
    void const * pNext;
    VkBool32 disableInternalCache;
}