On 10 Aug 2021, at 20:51, Henri Verbeet hverbeet@gmail.com wrote: We never check the create_shader() return code.
...but if we did, these shaders could never be NULL here.
They can legitimately be NULL on low feature levels? I guess I should check if it’s >= 11_0 and only then try.
Do we need that barrier? Specifically, is this not already covered by "Host Write Ordering Guarantees”?
I think you’re right, it is.
- Jan