mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
5f96644d08
* This isn't relevant for Vulkan, but in GL it's valid to not specify a binding and fetch it at runtime (and even if a binding is specified, it's not immutable and can be changed). * Similarly GL allows bare uniforms that aren't in a buffer, which we handle in the same way by wrapping them into a $Globals UBO.