Changeset 7280257 in opengl-game for opengl-notes.txt
- Timestamp:
- Apr 25, 2018, 12:39:01 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 05e43cf
- Parents:
- baa5848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opengl-notes.txt
rbaa5848 r7280257 40 40 41 41 Camera position = (0, 0, 0) 42 43 44 BUFFER FUNCTIONS 45 ----------------- 46 47 glGenBuffers creates a buffer 48 glBindBuffer sets the currently active buffer 49 glBufferData populates the buffer with data 50 51 glGenVertexArrays creates a vao 52 glBindVertexArray sets the currently active vao 53 glEnableVertexAttribArray sets the active index in the vao 54 glVertexAttribPointer determines the layout of a buffer in a VAO 55 -The last params (often NULL), specifies the offset in the buffer
Note:
See TracChangeset
for help on using the changeset viewer.