opengles3-book
opengles3-book copied to clipboard
Page 92, glBindBufferBase( GL_UNIFORM_BUFFER, bindingPoint, buffer);
Should instead be glBindBufferBase( GL_UNIFORM_BUFFER, bindingPoint, bufferId); ?
Thanks this was a typo.