| 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 */ |
nothing calls this directly
no test coverage detected