Baggers
Baggers
use tamei as a guide
``` (defun-g test-vs ((vert :vec2)) (v! vert 0 1)) (defun-g test-fs (&uniform (test picked :ssbo) (blah collision-info :ssbo)) (setf (picked-col test) (vec4 4)) (setf (picked-avg test) (vec4 3)) (with-slots (actors)...
I think this is going to be a fairly large task. We havent made any real effort to make this work and so I expect there is some code that...
This test exposes the issue ``` (5am:def-test ssbo-8 (:suite ubo-ssbo-tests) (glsl-contains-n-p 1 "BLAH.*();" (compile-vert ((vert pos-col) &uniform (the-data some-data :ssbo :std-140)) :450 nil (labels ((blah ((x some-data)) (with-slots (ints) x...
- open `src/vari.cl/special-operators/case.lisp` - look at the `compute-conditional-type-set` function - the `(= num-terminated 1)` looks wrong At first glace I think we want to remove the types of the terminating...
https://www.khronos.org/opengl/wiki/Texture#Sampler_objects_and_completeness
As I recall we have some funky stuff we do for macros. It works but it would be nice to use a dedicated parser for this stuff. https://github.com/Bike/sandalphon.lambda-list looks promising...
We have this supported in some places. Fix it here too ``` cd /home/baggers/Code/lisp/play-with-verts/ 1 compiler notes: Unknown location: error: Execution of a form compiled with errors. Form: (DEFUN-G FXAA-PIXEL-SHADER...
This issue is to combine the previous separate, valid issues raised by @mfiano and also to add my own issue to the pile https://github.com/cbaggers/varjo/issues/207 https://github.com/cbaggers/varjo/issues/206 https://github.com/cbaggers/varjo/issues/205 ### Missing sized constructors...