You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix reflection probe
This commit is contained in:
@@ -78,7 +78,7 @@ layout(set = 0, binding = 4, std430) restrict readonly buffer SpotLights {
|
||||
}
|
||||
spot_lights;
|
||||
|
||||
layout(set = 0, binding = 5) buffer restrict readonly ReflectionProbeData {
|
||||
layout(set = 0, binding = 5, std430) restrict readonly buffer ReflectionProbeData {
|
||||
ReflectionData data[];
|
||||
}
|
||||
reflections;
|
||||
|
||||
Reference in New Issue
Block a user