Hey!
Is it possible to use modern OpenGL(binding buffers, sending data to gpu, using shaders, etc.) directly in the game process, and if so, do I need to get each individual function address(e.g. glBindBuffer, glShaderSource, etc.)?
Second option: Should I make a transparent window and draw...