At least opens a window

This commit is contained in:
2026-04-06 20:35:13 +02:00
parent 0a4552a1a4
commit 0996bb3688
10 changed files with 62 additions and 61 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
static const uint3 gridSize = uint3(128, 128, 128);
static const uint3 gridSize = uint3(64, 64, 64);
struct FluidGridData<T>
{
RWStructuredBuffer<T> dataGrid;