The question is very simple, how to import this function :
Code: Select all
glShaderSource(GLuint shader,GLsizei count ,const GLchar **string, const GLint *length);Code: Select all
glShaderSource(Shader.l, Count.l, *String, *Length)
glShaderSource(Shader.l, Count.l, String.p-ascii, *Length)Best regards
StarBootics

