MCPcopy Create free account
hub / github.com/dfranx/ShaderDebugger / lib_glsl_textureQueryLod

Function lib_glsl_textureQueryLod

src/GLSLLibrary.cpp:1265–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263 return bv_variable_create_int(0);
1264 }
1265 bv_variable lib_glsl_textureQueryLod(bv_program* prog, u8 count, bv_variable* args)
1266 {
1267 /* TODO */
1268 return Common::create_float2(prog);
1269 }
1270 bv_variable lib_glsl_textureSamples(bv_program* prog, u8 count, bv_variable* args)
1271 {
1272 /* TODO */

Callers

nothing calls this directly

Calls 1

create_float2Function · 0.85

Tested by

no test coverage detected