Reviewed-by: Jose Fonseca <jfonseca@vmware.com>tags/gles3-fmt-v1
const GLubyte *ptr, GLfloat *fptr, | const GLubyte *ptr, GLfloat *fptr, | ||||
GLuint count) | GLuint count) | ||||
{ | { | ||||
GLuint i, j; | |||||
GLuint i; | |||||
GLint j; | |||||
const GLint size = input->Size; | const GLint size = input->Size; | ||||
if (input->Normalized) { | if (input->Normalized) { |