Не удалось найти определение GL_INT_2_10_10_10_REV в Android GLES.Android

Форум для тех, кто программирует под Android
Гость
Не удалось найти определение GL_INT_2_10_10_10_REV в Android GLES.

Сообщение Гость »


I'm currently working on an Android project that involves OpenGL ES development. However, I've encountered an issue where I can't seem to find the definition for GL_INT_2_10_10_10_REV when working with GLES on Android.
This definition is particularly useful for normal and tangent vertex storing due to its compact representation.
Is this define supposed to be available on Android GLES? If so, where can I find its definition or documentation? If not, what alternative approach should I consider for achieving the same functionality?
Any insights or guidance on this matter would be greatly appreciated. Thank you!
Checked the GLES headers included in my project, but couldn't locate the definition.
Searched through the Android NDK documentation and OpenGL ES specifications but couldn't find any mention of GL_INT_2_10_10_10_REV.


Источник: https://stackoverflow.com/questions/781 ... droid-gles

Вернуться в «Android»