Jacob Lifshay
Jacob Lifshay
can this be merged or have someone else take over maintainership? maybe @eddyb?
thanks!
also: cross-process pipe (not on stdout/stdin): used by make/cargo for managing running process count
I think having a method to access a memory-mapped frame buffer (not necessarily in GPU memory, can just be system memory) is a good idea -- it exists in all...
If we decide to supply OpenGL, I think providing it through EGL is probably best, since engines/applications can reuse their EGL code, we can follow a spec that's already been...
> To me, the most compelling argument for WebGPU on portability is that it seems straightforward (although not trivial) to implement some standard OpenGL on top of WebGPU as a...
I guess that there are more interested people, just that most of them (like me) are fine letting someone else do the initial work and only saying something if it...
I'd consider security and related API design discussions to be partially part of "initial work"... In any case, there is at least 1 other person interested in this (me), so...
there's also 9-bit and bigger serial protocols that make *really* messy APIs.
It might be a good idea to add an argument for the offset in the file where mapping should start from -- that's supported on POSIX and Win32. The offset...