Searched refs:kHLSLGatherFunctions (Results 1 – 1 of 1) sorted by relevance
998 constexpr std::array<const char *, 4> kHLSLGatherFunctions = { in OutputTextureGatherFunctionBody() local1003 for (size_t component = 0; component < kHLSLGatherFunctions.size(); ++component) in OutputTextureGatherFunctionBody()1006 << " return " << textureReference << "." << kHLSLGatherFunctions[component] in OutputTextureGatherFunctionBody()