]> git.tdb.fi Git - libs/gl.git/commit
Check for empty attachments array instead of zero id in Framebuffer
authorMikko Rasa <tdb@tdb.fi>
Tue, 9 Nov 2021 23:43:06 +0000 (01:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 9 Nov 2021 23:43:59 +0000 (01:43 +0200)
commit4080571d24c1734a9188ee7fac38cf3180325adf
treefa1be738b4676939a40fc42a655bcdece44db9e2
parentb752e5384eb56a389d50e0527529d410e6455ba9
Check for empty attachments array instead of zero id in Framebuffer

The id is an OpenGL implementation detail and shouldn't be used in the
common part.
source/core/framebuffer.cpp