tod91
tod91
I see that you support a skybox, but is there an easy way to make a cube map im trying to make a pair of dice.
Hello I'm trying to run a project on windows 10 but when I get to gl.Init() internally InitWithProcAddrFunc fails on the line where: ``` gpActiveTexture = (C.GPACTIVETEXTURE)(getProcAddr("glActiveTexture")) if gpActiveTexture ==...
Hello I'm having issues generating an vertex buffer. I have a very simple Shader struct as so type Shader struct { vbo uint32 } which I try to use in...