
5. 버텍스 속성과 버텍스 배열, Vertex Attribute & Vertex Array Object(VAO) 2025.10.21
Linking Vertex Attributes vertex shader는 vertex attribute 형태로 원하는 입력을 지정할 수 있음. 어떤 데이터가 들어가는지는 직접 지정해야하며, opengl이 데이터를 해석하는 방법도 지정해야함. `vertex buffer data`가 가진 형식 Position 데이터는 32bit(4byte) float값 Position 데이터 3개로 구성 3개 값들...
잡동사니 https://odds-and-ends-box.tistory.com/196