Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- NVM
- indexbufferobject
- 쿼터니온
- BeatSaber
- vertexattributeobject
- shaders
- 수학
- MongoDB
- 수학 #기하학 #벡터 #벡터연산 #선형대수학
- react
- ibo
- kubernetes
- Drawcall
- callbacks
- 3d 기하학
- vbo
- unity
- liltoon
- vertexbufferobject
- 회전행렬
- ReactJS
- OpenGL
- vao
- initialization
- bufferswap
- VRC
- Directx12
- bufferobjects
- LiV
- VRChat
Archives
- Today
- Total
목록bufferobjects (1)
To Paint a World
BufferObject#pragma once#include #include #include templateclass BufferObject {private: unsigned int _id; int _type; std::vector * _data;public: BufferObject( int type, std::vector * data); ~BufferObject(); void Bind() const; void Unbind() const; void BufferData() const; void SetAttribPointer(unsigned int vao, int dtype) const; inline std::vector * GetVector() const..
3D Engine/OpenGL
2025. 1. 2. 12:15