Interface VulkanPipelineCacheCreateInfoType

  • All Known Implementing Classes:
    VulkanPipelineCacheCreateInfo

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

      • initialData

        @Parameter
        java.nio.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.