opengl: infer fbo format name in gl_fb_query - #267
Conversation
742bb64 to
991f066
Compare
|
I'm not sure I understand the use case of this - why do you want access to the GLSL layout qualifier in particular? Note that |
Reworked. Some formats are not allowed in GLSL, so I add another field. |
|
The core issue is already fixed by https://code.videolan.org/videolan/libplacebo/-/merge_requests/656 two months ago. |
I didn't find that earlier. Sorry. I've just had a quick look at your implementation and am wondering how it handle formats like |
I see that in the end, this one wasn't merged |
|
Any updates? |
|
Any updates? (again) Can this be merged now? |
This PR add format name inference in
gl_fb_query()so that end users can easily distinguish formats for e.g. swapchain frames. The format names are consistent with GLSL layout qualifiers.