color: add luminance function

This commit is contained in:
Recep Aslantas
2018-02-23 11:12:55 +03:00
parent 8a16f358a3
commit 4ce2e86d9f
5 changed files with 33 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ cglm_HEADERS = include/cglm/version.h \
include/cglm/affine-mat.h \
include/cglm/plane.h \
include/cglm/frustum.h \
include/cglm/box.h
include/cglm/box.h \
include/cglm/color.h
cglm_calldir=$(includedir)/cglm/call
cglm_call_HEADERS = include/cglm/call/mat4.h \