From 3dc76d76c0b7e842a5a2b041cf8639176ab09a72 Mon Sep 17 00:00:00 2001 From: jiaweig Date: Mon, 24 May 2021 10:04:08 -0700 Subject: [PATCH] Fix comments --- Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/TangentSpace.azsli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/TangentSpace.azsli b/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/TangentSpace.azsli index 7e4dc0fd22..eb049d4676 100644 --- a/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/TangentSpace.azsli +++ b/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/TangentSpace.azsli @@ -195,7 +195,7 @@ void SurfaceGradientNormalMapping_GenerateTB(float2 uv, out float3 tangentWS, ou //! If anything uses the second UV stream, and it is not a duplication of the first stream, //! generated tangent/bitangent will be applied. //! (As it implies, cases may occur where all/none of the UV steams use the default TB.) -//! What tangent/bitangent a UV stream uses is encoded in MaterialDrawSrg. +//! What tangent/bitangent a UV stream uses is encoded in DrawSrg. #define PrepareGeneratedTangent(normal, worldPos, isFrontFace, uvSets, uvSetCount, outTangents, outBitangents) \ { \ SurfaceGradientNormalMapping_Init(normal, worldPos, !isFrontFace); \