stacksmith
stacksmith
Thanks. I am still confused about 2. So I cannot use 'with-gpu-array-as-c-array' to mutate the GPU array? I thought that's exactly what it's for...
`*error-output*` is a sensible destination for error messages.
I am a little concerned about hard-to-track side effects of highly modified shaders... Getting output may for instance require running code that steps on some texture (now, twice)... On the...
Oh, I see, it's the installed foreign library that's the problem... Hmm. How the heck do I downgrade XUbuntu to 3.3.1... Of course, that does not build from source on...
Thanks! I will try these. I am happy to see you are plugging away at CEPL!
OK - assimp4 seems to work. Please make a note in readme - the assimp4 branch off classimp is required: `git clone -b assimp4 [email protected]:metayan/classimp.git` Thank you again. PS. Am...
@metayan: Thanks for the warning!
Interestingly, I think it is **not a function pointer**, but a **function** stand in, describing a function. This particular one is a problem for my FFI, as the function itself...
Mostly agree. In my case I've written (well, not completely :)a cl library to inspect and reason about ffis generated by c2ffi (and possibly generate various kinds of bindings). With...