Kode / Kha

Ultra-portable, high performance, open source multimedia framework.
http://kha.tech
zlib License
1.49k stars 174 forks source link

Target / Renderer Capabilities API #1337

Open sh-dave opened 3 years ago

sh-dave commented 3 years ago

Is your feature request related to a problem? Please describe.

Provide an API to query target specific capabilities (say. number of usable texture units in a shader, ...) would be nice. It's basicallly a wrapper around glGet*() and alternative implementations for other graphic API's.