mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 21:30:53 -05:00
More Shader Gen Stuff
Mostly copied from GLSL since in terms of syntax within blocks they’re pretty similar. Likely the result will need tweaking… Isn’t that conveniant? “Do the simd_shuffle” atomics Remaining instructions Remove removed special instructions Getting somewhere…
This commit is contained in:
committed by
Evan Husted
parent
5a802a550b
commit
4b5c3d7fc6
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
{
|
||||
static class HelperFunctionNames
|
||||
{
|
||||
public static string SwizzleAdd = "helperSwizzleAdd";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user