Feature request: TextureFormatProperties improvements
tksuoran opened this issue · comments
Timo Suoranta commented
Here are some additions I would like to see in TextureFormatProperties
:
bool isIndexed()
bool isInteger()
bool hasColor()
bool hasDepth()
bool hasStencil()
Thanks!
Sergey Kosarevsky commented
Everything except isIndexed()
would be easy. I will check it.
Sergey Kosarevsky commented