Skip to content

Commit ab27428

Browse files
committed
nothing
1 parent 1634c55 commit ab27428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbl/builtin/glsl/material_compiler/common.glsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ void nbl_glsl_MC_updateMicrofacetCacheAfterNormalChange(in nbl_glsl_LightSample
227227

228228
vec3 nbl_glsl_MC_textureOrRGBconst(in uvec2 data, in bool texPresenceFlag)
229229
{
230-
return
230+
return
231231
#ifdef TEX_PREFETCH_STREAM
232-
texPresenceFlag ?
232+
texPresenceFlag ?
233233
uintBitsToFloat(uvec3(registers[data.x],registers[data.x+1u],registers[data.x+2u])) :
234234
#endif
235235
nbl_glsl_decodeRGB19E7(data);

0 commit comments

Comments
 (0)