]> git.tdb.fi Git - libs/gl.git/commit
Add another constructor to RenderTarget to resolve an ambiguity
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 01:21:00 +0000 (03:21 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 01:22:26 +0000 (03:22 +0200)
commit0679a0fff9c5541a2dacce12058f5bd20b838280
treebb36a64645683b30d3057834a7109ddbeb2a0de6
parenta2a00bdc96a7d2aa4c95c5a125c0c438147d7495
Add another constructor to RenderTarget to resolve an ambiguity

RenderOutput looks like an unsigned more than a RenderTargetFormat so
the compiler would resolve it to the multisample overload.
source/rendertarget.cpp
source/rendertarget.h