mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Compute: Rename Write Only suffix _WR to _WO.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user