Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
cepl
Code Evaluate Play Loop
-
varjo
Lisp to GLSL Language Translator
-
cepl.examples
Some examples for the CEPL library
-
glsl-spec
The GLSL spec as a datastructure
-
rtg-math
common lisp library providing common math functions used in games
-
tamei
Common Lisp symbols separated into packages according to their purity
611 contributions in the last year
Contribution activity
May 2019
Created an issue in cbaggers/cepl that received 4 comments
Fix uses of gl-sizei in cepl.fbos
ISSUE USED TO BE CALLED Look into GLSizei and the type in C
It says it's non-negative, but for other types it says unsigned.. so it feels like this…
4
comments
- Make %with-draw-buffers public
- In with-fbo-bound if draw-buffers is coming from the fbo object it could be same at in context, check and skip draw-buffers call if matches
- In the places we generate an inline simple-array from a macro could we make it a literal?
- It looks like with-fbo-bound doesnt restore draw-buffers at end of scope