Class VkDevicePipelineBinaryInternalCacheControlKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDevicePipelineBinaryInternalCacheControlKHR>
org.lwjgl.vulkan.VkDevicePipelineBinaryInternalCacheControlKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDevicePipelineBinaryInternalCacheControlKHR extends org.lwjgl.system.Struct<VkDevicePipelineBinaryInternalCacheControlKHR> implements org.lwjgl.system.NativeResource
Structure specifying parameter to disable the internal pipeline cache.
Description

If the VkDeviceCreateInfo::pNext chain does not include this structure, then disableInternalCache defaults to FALSE.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkDevicePipelineBinaryInternalCacheControlKHR {
     VkStructureType sType();
     void const * pNext();
     VkBool32 disableInternalCache();
 }