Greggman
Greggman
AFAICTin the OpenGL 4.6 spec if the viewport is smaller than the window/framebuffer, a point drawn near the edge of the viewport who's point size bleeds outside the viewport is...
* **Version**: v1.40.0 * **Platform**: Darwin MacOS files have extra meta data that libuv [uv__fs_copyfile](https://github.com/libuv/libuv/blob/30ff5bf2161257921f3a3ce5655804f7cb282aa9/src/unix/fs.c#L1136) is not copying. To correctly copy a file on MacOS libuv should arguably call into...
The reason other libraries read the TOC is because it's the source of truth about the contents of the file. Just like a hard drive has tables of contents but...
webgpu:shader,validation,expression,call,builtin,normalize:values:stage="override";type="vec4%3Cf16%3E ``` EXCEPTION: Error: Unexpected validation error occurred: Tint program failure: :6:19 error: zero length vector can not be normalized var v = normalize(vec4(o0, o1, o2, o3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` is...
Thought it would be good to show some loading progress as it takes ~24 seconds for anything to appear when loading [the CTS online](https://gpuweb.github.io/cts/standalone/?runnow=0&worker=0&debug=0&q=webgpu:*). Even locally it takes around ~5...
https://github.com/WICG/close-watcher/blob/4afb9eec1347e85a92251375f32c0aff953dfac0/README.md?plain=1#L50 I thought you might want to add another reason for this API. Make this dialog ``` name: ``` Write this code ``` const dialog = document.querySelector('dialog'); dialog.show(); window.addEventListener('keydown', e...
Currently, the compat proposal validates most WGSL restrictions at pipeline creation time. A validation error is only generated if the entry points used by the pipeline use one of the...
It would great if there was a mode (preference setting?) where drawing with "no tile" was supported. There's 2 use cases. 1. You want to move some large area. You've...
Description: switching from yargs to commander would reduce dependencies. commander has 0, yargs has 16 Every downstream dependency adds work as all of them need updates and all of them...