Searched defs:VulkanPipelineCacheInput (Results 1 – 1 of 1) sorted by relevance
145 struct VulkanPipelineCacheInput struct147 std::map<vk::VkSamplerYcbcrConversion, string> samplerYcbcrConversions;148 std::map<vk::VkSampler, string> samplers;149 std::map<vk::VkShaderModule, string> shaderModules;150 std::map<vk::VkRenderPass, string> renderPasses;151 std::map<vk::VkPipelineLayout, string> pipelineLayouts;152 std::map<vk::VkDescriptorSetLayout, string> descriptorSetLayouts;153 std::vector<VulkanJsonPipelineDescription> pipelines;156 void Serialize(Serializer<TYPE> &archive) in Serialize()