Function Kataglyphis::createComputePipeline# Defined in File ShaderHelper.ixx Function Documentation# ComputePipelineHandles Kataglyphis::createComputePipeline(const std::shared_ptr<VulkanDevice> &device, const std::string &spvPath, std::span<const vk::DescriptorSetLayout> setLayouts, std::span<const vk::PushConstantRange> pushConstantRanges = {}, const char *layoutErrorMessage = "Failed to create a compute pipeline layout!", const char *pipelineErrorMessage = "Failed to create a compute pipeline!")#