Searched defs:shaderVariants (Results 1 – 2 of 2) sorted by relevance
194 const auto shaderVariants = loader.GetShaderVariants(); in HandleShaderFile() local336 …const array_view<const ShaderDataLoader::ShaderVariant> shaderVariants = shaderDataLoader.GetShade… in CreateComputeShader() local391 …const array_view<const ShaderDataLoader::ShaderVariant> shaderVariants = shaderDataLoader.GetShade… in CreateGraphicsShader() local457 …const array_view<const ShaderDataLoader::ShaderVariant> shaderVariants = shaderDataLoader.GetShade… in CreateShader() local
84 …const json::value& jsonData, string& baseShader, vector<ShaderDataLoader::ShaderVariant>& shaderVa… in LoadFunc()