Changeset bebfd5c in opengl-game for explosion.vert
- Timestamp:
- Jan 22, 2019, 2:34:11 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- ae0c7f4
- Parents:
- c5fb958
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
explosion.vert
rc5fb958 rbebfd5c 4 4 5 5 uniform mat4 view, proj; 6 7 /* 6 uniform mat4 model_mat; 8 7 layout (std140) uniform models { 9 8 mat4 model_mats[MAX_NUM_OBJECTS]; 10 9 }; 11 */12 uniform mat4 model_mat;13 10 14 11 uniform float explosion_start_time;
Note:
See TracChangeset
for help on using the changeset viewer.