dev7355608

Results 122 issues of dev7355608

##### Description of change According to [this](https://bugs.webkit.org/show_bug.cgi?id=182424) `createImageBitmap(Blob)` is not supported in Safari. - Added `canLoadImageBitmap()`, which tests if `loadImageBitmap()` is supported. - ~~Added the `testImageOrVideoFormat(dataURL)` helper to test if...

🥶 Low Priority
v7

##### Description of change `Framebuffer.multisample` is now a getter/setter that updates `dirtyId` so that the underlying framebuffer is updated and so the sample count can be changed after the framebuffer...

v7

##### Description of change The world position can be useful in the `{{end}}` block to calculate the UV coordinates of the position within the screen space so that you can...

Marked as draft, because this PR is currently based on #10698. ##### Description of change Adds support for multiple batch pipes. Not sure if you had different plans to implement...

##### Description of change `_didChangeId` (tagged `@ignore`), `didViewUpdate` (tagged `@private`), `renderGroup` (tagged `@private`), `parentRenderGroup` (tagged `@private`) are all not part of the public API. But I assume every custom subclass...

##### Description of change The `MeshPipe` handles `Mesh` and not just `Mesh` (`Mesh`). ##### Pre-Merge Checklist - [ ] Tests and/or benchmarks are included - [ ] Documentation is changed...