plops
plops
I'm using ImageView. Unfortunately, most of my colleges use Windows and I would like to avoid the dependency on Tk.
I'm quite happy with @lispbub 's suggestions. Here is a (useless) example of how my shaders look like now: ``` (let* ((w 32) (h 32)) (simple-print (progn (comment (format nil...
I usually look at the reference card for OpenGL 4.3 because that is the first version with compute shader: https://www.khronos.org/files/opengl43-quick-reference-card.pdf Page 7 lists qualifiers and built-in variables. As an example...
I can't figure out how to emit a shader layout line, where the type information for the image (e.g. r32f or r32ui) can be given in a variable. I want...