]> git.tdb.fi Git - libs/gl.git/commit
Specify underlying type for format descriptor enums
authorMikko Rasa <tdb@tdb.fi>
Fri, 17 Sep 2021 23:56:23 +0000 (02:56 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 18 Sep 2021 00:23:25 +0000 (03:23 +0300)
commita4d83d3748cdde8cf30683d36a040d3dfacfd693
treeab41c8c01572f2d4f2607828bad8165c07226b7f
parent3a1b9cbe2441ae670a97541dc8ccb0a2860c8302
Specify underlying type for format descriptor enums

This makes it possible to use them directory in the associated format
structs without increasing their size.
source/builders/primitivebuilder.cpp
source/builders/vertexarraybuilder.cpp
source/core/framebuffer.cpp
source/core/frameformat.cpp
source/core/frameformat.h
source/core/vertexformat.cpp
source/core/vertexformat.h
source/core/vertexsetup.cpp
source/render/rendertarget.cpp