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,