]> git.tdb.fi Git - libs/gl.git/commit
Initialize Texture's format to an invalid value
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 Sep 2021 10:33:18 +0000 (13:33 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 Sep 2021 10:35:22 +0000 (13:35 +0300)
commit8653af6d620206c1a8bab284721256e9ea4e3b74
tree8aff382413769cbccad7e45e67ace08b68faf559
parent2e09b4f72f06537431151fe8b2574e1aa886ad48
Initialize Texture's format to an invalid value

This makes it possible to determine if a texture has storage defined or
not.
source/core/pixelformat.h
source/core/texture.cpp