1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 05:36:27 -05:00

Simplified F2I shader instruction codegen

This commit is contained in:
gdk
2019-11-26 01:00:58 -03:00
committed by Thog
parent b8528c6317
commit 99f236fcf0
5 changed files with 26 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation
CompareNotEqual,
ConditionalSelect,
ConvertFPToS32,
ConvertFPToU32,
ConvertS32ToFP,
ConvertU32ToFP,
Copy,