From da0f917e89e2175b0d2559e82d2f414ec6940e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Fri, 2 Sep 2022 09:19:21 +0200 Subject: [PATCH] Update textureQueryLod.xhtml No `g` prefix for Shadow samplers --- sl4/textureQueryLod.xhtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sl4/textureQueryLod.xhtml b/sl4/textureQueryLod.xhtml index 47494725..b4a465c7 100644 --- a/sl4/textureQueryLod.xhtml +++ b/sl4/textureQueryLod.xhtml @@ -103,7 +103,7 @@ vec2 textureQueryLod( - gsampler1DShadow sampler, + sampler1DShadow sampler,   @@ -116,7 +116,7 @@ vec2 textureQueryLod( - gsampler2DShadow sampler, + sampler2DShadow sampler,   @@ -129,7 +129,7 @@ vec2 textureQueryLod( - gsamplerCubeShadow sampler, + samplerCubeShadow sampler,   @@ -142,7 +142,7 @@ vec2 textureQueryLod( - gsampler1DArrayShadow sampler, + sampler1DArrayShadow sampler,   @@ -155,7 +155,7 @@ vec2 textureQueryLod( - gsampler2DArrayShadow sampler, + sampler2DArrayShadow sampler,   @@ -168,7 +168,7 @@ vec2 textureQueryLod( - gsamplerCubeArrayShadow sampler, + samplerCubeArrayShadow sampler,