Skip to content

Commit

Permalink
feat: PANGO_DEF_UNIFORM_MAT_ARR(GLdouble, 4dv, 4, 4) and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Jun 19, 2023
1 parent 8566c8e commit 01af97b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/pango_opengl/include/pangolin/gl/uniform.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ PANGO_DEF_UNIFORM_ARR(GLuint, 4uiv, 4, 1)
PANGO_DEF_UNIFORM_MAT_ARR(GLfloat, 2fv, 2, 2)
PANGO_DEF_UNIFORM_MAT_ARR(GLfloat, 3fv, 3, 3)
PANGO_DEF_UNIFORM_MAT_ARR(GLfloat, 4fv, 4, 4)
PANGO_DEF_UNIFORM_MAT_ARR(GLdouble, 2dv, 2, 2)
PANGO_DEF_UNIFORM_MAT_ARR(GLdouble, 3dv, 3, 3)
PANGO_DEF_UNIFORM_MAT_ARR(GLdouble, 4dv, 4, 4)

PANGO_DEF_UNIFORM_MAT_ARR(GLfloat, 2x3fv, 2, 3)
PANGO_DEF_UNIFORM_MAT_ARR(GLfloat, 3x2fv, 3, 2)
PANGO_DEF_UNIFORM_MAT_ARR(GLfloat, 3x4fv, 3, 4)
Expand Down

0 comments on commit 01af97b

Please sign in to comment.