Opengl glVertexAttrib4fv doesn't work?
- by Naor
This is my vertex shader:
static const GLchar * vertex_shader_source[] =
{
"#version 430 core \n"
"layout (location = 0) in vec4 offset; \n"
"void main(void) \n"
"{ \n"
" …