Renderer: Working compute implementation

This commit is contained in:
SirLynix
2022-12-25 16:08:35 +01:00
committed by Jérôme Leclercq
parent 4605eed0da
commit fe8715f1fb
31 changed files with 615 additions and 167 deletions

View File

@@ -83,6 +83,7 @@ namespace Nz
TopOfPipe,
ColorOutput,
ComputeShader,
DrawIndirect,
FragmentShader,
FragmentTestsEarly,
@@ -196,6 +197,7 @@ namespace Nz
ColorOutput,
DepthStencilReadOnly,
DepthStencilReadWrite,
General,
Present,
TransferSource,
TransferDestination,