]> git.tdb.fi Git - libs/gl.git/commit
Don't set the storage bit in usage flags of multisampled images
authorMikko Rasa <tdb@tdb.fi>
Tue, 19 Apr 2022 08:44:13 +0000 (11:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 19 Apr 2022 08:45:12 +0000 (11:45 +0300)
commit295a0851bd3bcfba75c3e6a94b63cd8f5ee4ea53
treed54c46d7c43cb7306e925324fb5f12d46d9b07ae
parent560b11de262a6cae2c71d744598bf3fd435ab14f
Don't set the storage bit in usage flags of multisampled images

It requires a device feature to be set.  I'll add that later.
source/backends/vulkan/texture_backend.cpp