Commit: e64ea2fe5326a4bd4d2ca2f6162cf73ebe84f30e Parent: 154b8b535c3e490a40a3573e20b9a805b01b9dc3 Author: Randy Palamar Date: Sat, 7 Sep 2024 20:07:12 -0600 shut up GL DEBUG warning in uforces shader Diffstat:
M | shaders/uforces.glsl | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/shaders/uforces.glsl b/shaders/uforces.glsl @@ -28,6 +28,10 @@ layout(std140, binding = 0) uniform parameters { }; layout(rg32f, location = 1) writeonly uniform image3D u_out_data_tex; +layout(r32f, location = 2) uniform writeonly image3D u_out_volume_tex; + +layout(location = 3) uniform int u_volume_export_pass; +layout(location = 4) uniform ivec3 u_volume_export_dim_offset; #define C_SPLINE 0.5