Jonathan Sandusky
Jonathan Sandusky
Although readback at runtime is generally bad, critical readback tasks include saving results of cubemap convolution for IBL and other compute related tasks that may be done offline. Doesn't need...
Unless I'm missing something there doesn't appear to be any mapping of output vertices to their original source vertices. Without that it's not possible to pull other vertex-attributes from the...
Vulkan
Preparing to tackle Vulkan, these are my notes. This issue is an RFC for things I might be missing before I dive in. Occlusion Query disabled for first version Vertex/Index...
Per the title, glDrawBuffers is used incorrectly and has to be specified (per the literal language of the spec) every time the fbo is changed. This is why deferred rendering...
Given this function where "triangle_" is the library's triangle, the split results are radically different and not even sane. The only sanity they have is positional based on the objects...
Per commit message, cubemap filtering is passing too wayyy many thread-groups.
While an editor (such InputFloat3, etc) is active it continuously enforces the value in the text rather than the value it was provided and returns that a change was made....
**What are you trying to do?** Documentation description of intent to later deprecate is ambiguous. Docs read: `x64: Alias for x86_64; There is intent to deprecate this` Which one? x64...