Which is the proper way for drawing a 2D grid with opengl and GLSL?

后端 未结 0 360
醉梦人生
醉梦人生 2020-12-29 08:41

Right now I just have this very simple shader that sets the color for one quad that I have in my vertexArray

#version 330 core

out vec4 color;

void main() {         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题