Changeset e165b85 in opengl-game for color.vert
- Timestamp:
- May 18, 2018, 11:04:10 PM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 14ff67c
- Parents:
- cffca4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
color.vert
rcffca4d re165b85 2 2 3 3 uniform mat4 model, view, proj; 4 5 layout (std140) uniform shader_data { 6 mat4 model_mat; 7 }; 4 8 5 9 layout(location = 0) in vec3 vertex_position;
Note:
See TracChangeset
for help on using the changeset viewer.