Browse Source

[spirv] force pipeline

pull/86/head
lizzie 8 months ago
committed by crueter
parent
commit
fa5401b87f
  1. 1
      src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp

1
src/shader_recompiler/backend/spirv/emit_spirv_convert.cpp

@ -300,6 +300,7 @@ Id EmitConvertU32U8(EmitContext& ctx, Id value) {
} }
} }
// in signed
Id EmitConvertS32S8(EmitContext& ctx, Id value) { Id EmitConvertS32S8(EmitContext& ctx, Id value) {
if (ctx.profile.support_int8) { if (ctx.profile.support_int8) {
return ctx.OpSConvert(ctx.U32[1], value); return ctx.OpSConvert(ctx.U32[1], value);

Loading…
Cancel
Save