i forgot to hit save...
All checks were successful
eden-license / license-header (pull_request) Successful in 34s
All checks were successful
eden-license / license-header (pull_request) Successful in 34s
This commit is contained in:
parent
c175e56a39
commit
dda2364edd
1 changed files with 0 additions and 8 deletions
|
@ -444,14 +444,6 @@ void EmitIsHelperInvocation(EmitContext& ctx, IR::Inst& inst) {
|
||||||
ctx.AddU1("{}=gl_HelperInvocation;", inst);
|
ctx.AddU1("{}=gl_HelperInvocation;", inst);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EmitSR_WScaleFactorXY(EmitContext& ctx, IR::Inst& inst) {
|
|
||||||
LOG_WARNING(Shader, "(STUBBED) called");
|
|
||||||
}
|
|
||||||
|
|
||||||
void EmitSR_WScaleFactorZ(EmitContext& ctx, IR::Inst& inst) {
|
|
||||||
LOG_WARNING(Shader, "(STUBBED) called");
|
|
||||||
}
|
|
||||||
|
|
||||||
void EmitYDirection(EmitContext& ctx, IR::Inst& inst) {
|
void EmitYDirection(EmitContext& ctx, IR::Inst& inst) {
|
||||||
ctx.uses_y_direction = true;
|
ctx.uses_y_direction = true;
|
||||||
ctx.AddF32("{}=gl_FrontMaterial.ambient.a;", inst);
|
ctx.AddF32("{}=gl_FrontMaterial.ambient.a;", inst);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue