mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 21:27:11 +02:00
Add support for shader atomic min/max (S32) (#1948)
This commit is contained in:
parent
078f8c40d8
commit
e705b2d978
11 changed files with 103 additions and 21 deletions
|
@ -9,6 +9,8 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\AtomicMinMaxS32Shared.glsl" />
|
||||
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\AtomicMinMaxS32Storage.glsl" />
|
||||
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\MultiplyHighS32.glsl" />
|
||||
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\MultiplyHighU32.glsl" />
|
||||
<EmbeddedResource Include="CodeGen\Glsl\HelperFunctions\Shuffle.glsl" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue