Results 19 comments of NCM

awesome! I didn't know how to hack this so I settled for shadow volumes (which uses stencil buffers which worked fine using gl: calls) There just seems to be an...

one of the uses for this is voxel based global illumination by writing to a 3d texture (https://github.com/Friduric/voxel-cone-tracing/tree/master/Shaders/Voxelization) i monkey patched things together so I leave some notes for a...

is possible with this or with any damn-fast-*-priority-queue to dequeue and also get the priority number?

The idea I got for compose was an/other abstraction file where we reference other images and have hooks on those alien stages if needed to add/undo something. For example, If...

I wonder if this will cover installation and reinstallation of -9999 ebuilds. If not, might be we can add support for them. Not sure how though. Right now I am...

As a note. I have been trying `--usepkgonly` but seems to always want to emerge old packages if available. I tried with `--rebuild-if-new-rev` but same result.

Some notes about langs that I "worked" so far: * Python: with python you have 2 ways to install code ebuilds and pip. This changes the generation or not of...

@luxas Do you know of any good place to track the docker-kubernetes compatibility?

For what I gather this won't be possible in alpine due musl, since it doesn't support dlopen() calls. That is for my case at least, not in haskell/ghc. https://github.com/libsdl-org/SDL/blob/main/src/video/x11/SDL_x11dyn.c#L164 https://github.com/libsdl-org/SDL/blob/main/src/loadso/dlopen/SDL_sysloadso.c#L51...

a nice to have could be () support for multiple values