Greggman

Results 156 issues of Greggman

WebGL contexts use context.drawingBufferWidth and context.drawingBufferHeight. ImageBitmapRenderingContexts use their internal "output bitmap"'s width and height (which are opaque to the app) but the app itself added the ImageBitmap to the...

This was probably already discussed and maybe it's too hard but sometimes I really wish I could name the swizzles. For example this code ```wgsl fn hsl2rgb(hsl: vec3f) -> vec3f...

wgsl

### Discussed in https://github.com/gfxfundamentals/webgl2-fundamentals/discussions/183 Originally posted by **ArcanePython** December 24, 2022 I submit this bug here, because for some reason your bug report does not submit (grey button) **Describe the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the bug v7.0.0 Given a list of strings, I search for...

bug

When WebGPU shipped in May 2023 it didn't support loading images from HTMLImageElement. The spec was updated to allow this and Chrome shipped support in v118 so, ... update the...

requirements: * not too intensive (should run on a medium powered phone) * not too flashy (it's not meant to distract)

It's not showing WebGPU types in HTML files (it does show them in .js files)

* support drag and drop * support saving all 6 images * support dark mode * support other sizes

``` meteor create test cd test meteor add manuelschoebel:ms-seo meteor ``` in JavaScript console ``` Exception from Tracker recompute function: meteor.js:862 TypeError: Cannot read property 'getName' of undefined at getCurrentRouteName...