shakesoda / tinyfx

small & reasonably fast declarative style gles3.1+/gl4.3+ renderer inspired by bgfx
MIT License
62 stars 8 forks source link

change from 8-bit to 16-bit view id's #32

Open shakesoda opened 4 years ago

shakesoda commented 4 years ago

while you're not usually using hundreds of views for games/demos, it's actually pretty easy to exhaust 8 bits if you're doing tools. with 16 bits you'd have a lot more flexibility, and the cost is negligible.