Changeset e165b85 in opengl-game for color.vert


Ignore:
Timestamp:
May 18, 2018, 11:04:10 PM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
14ff67c
Parents:
cffca4d
Message:

Start incorporating UBOs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • color.vert

    rcffca4d re165b85  
    22
    33uniform mat4 model, view, proj;
     4
     5layout (std140) uniform shader_data {
     6  mat4 model_mat;
     7};
    48
    59layout(location = 0) in vec3 vertex_position;
Note: See TracChangeset for help on using the changeset viewer.