facebook / igl

Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: TextureFormatProperties improvements

tksuoran opened this issue · comments

Here are some additions I would like to see in TextureFormatProperties:

  • bool isIndexed()
  • bool isInteger()
  • bool hasColor()
  • bool hasDepth()
  • bool hasStencil()

Thanks!

Everything except isIndexed() would be easy. I will check it.