Interface VulkanPipelineCacheCreateInfoType

All Known Implementing Classes:
VulkanPipelineCacheCreateInfo

@Immutable public interface VulkanPipelineCacheCreateInfoType
The type of pipeline cache creation information.
See Also:
  • "VkPipelineCacheCreateInfo"
  • Method Details

    • flags

      Returns:
      The creation flags
    • initialData

      ByteBuffer initialData()
      Returns:
      A pointer to previously retrieved pipeline cache data. If the pipeline cache data is incompatible with the device, the pipeline cache will be initially empty.