mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-11 20:25:01 -06:00
FUCK CLANG
This commit is contained in:
parent
e8dbaf611b
commit
c234299be7
@ -140,9 +140,9 @@ Id EmitGetAttribute(EmitContext& ctx, IR::Attribute attr, u32 comp, u32 index) {
|
||||
return ctx.OpLoad(ctx.F32[1], ctx.OpAccessChain(ctx.input_f32, ctx.bary_coord_nopersp,
|
||||
ctx.ConstU32(comp)));
|
||||
case IR::Attribute::BaryCoordNoPerspSample:
|
||||
return ctx.OpLoad(ctx.F32[1],
|
||||
ctx.OpAccessChain(ctx.input_f32, ctx.bary_coord_nopersp_sample,
|
||||
ctx.ConstU32(comp)));
|
||||
return ctx.OpLoad(
|
||||
ctx.F32[1],
|
||||
ctx.OpAccessChain(ctx.input_f32, ctx.bary_coord_nopersp_sample, ctx.ConstU32(comp)));
|
||||
default:
|
||||
UNREACHABLE_MSG("Read attribute {}", attr);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user