You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Consider uniform writability part of the interface of the set
This commit is contained in:
@@ -53,7 +53,6 @@ layout(set = 0, binding = 7) uniform sampler linear_sampler;
|
||||
|
||||
#ifdef MODE_DENSITY
|
||||
layout(rgba16f, set = 0, binding = 8) uniform restrict writeonly image3D density_map;
|
||||
layout(rgba16f, set = 0, binding = 9) uniform restrict readonly image3D fog_map; //unused
|
||||
#endif
|
||||
|
||||
#ifdef MODE_FOG
|
||||
|
||||
Reference in New Issue
Block a user