Compute: Rename Write Only suffix _WR to _WO.

This commit is contained in:
Бранимир Караџић
2024-04-18 10:07:40 -07:00
parent 0ed3ac95aa
commit 932302d8f4
28 changed files with 130 additions and 128 deletions

View File

@@ -5,7 +5,7 @@
#include "bgfx_compute.sh"
IMAGE2D_ARRAY_WR(s_texColor, rgba8, 0);
IMAGE2D_ARRAY_WO(s_texColor, rgba8, 0);
uniform vec4 u_time;
NUM_THREADS(16, 16, 1)