-
Looks like Vulkan generator code is not up to date?
```
$ python3 litmustestrunner.py message-passing -g
Generating message-passing litmus test for backend vulkan
Traceback (most recent call las…
-
WebGL can play video textures, and we need to implement support for this for WebGPU.
https://playcanvas.github.io/#/graphics/video-texture
See the video section here: https://toji.dev/webgpu-bes…
-
**Is your feature request related to a problem? Please describe.**
A pass-through of SPIR-V shaders with Vulkan memory model triggers validation.
**Describe the solution you'd like**
WebGPU is ad…
kvark updated
10 months ago
-
Add missing GLSL example
// in shader
```glsl
uniform vec4 a_vec4 = vec4(1, 2, 3, 4);
uniform vec4 b_vec4 = a * 2.0;
```
// in JavaScript at init time
```javascript
var someVec2Loc = gl.g…
-
16bit Floating point support has been a feature of GPUs since Nvidia's Pascal, AMD's RDNA2, and Adreno GPUs starting at some point (couldn't find out when). Copied from [this WebGPU suggestion](url)…
-
Hello, running your code in chrome 113 I get the following error:
```
Writable storage buffer binding aliasing found between [BindGroup] set at bind group index 0, binding index 0, and [BindGroup]…
-
After discussion on the rust gamedev discord, it sounds like WGSL is the best user-facing shader language to use.
I think we should use [naga](https://github.com/gfx-rs/naga) as middleware to conve…
-
### Mod name
wgpu-mc
### Curseforge link
_No response_
### Other links
https://github.com/wgpu-mc/wgpu-mc
### What it does
Completely replaces the rendering engine with a webgpu b…
-
WebGPU is getting popular.
https://webkit.org/blog/14879/webgpu-now-available-for-testing-in-safari-technology-preview/
https://developer.mozilla.org/ja/docs/Web/API/WebGPU_API
Although current…
syoyo updated
6 months ago
-
Currently strokes have no cap at joints which becomes apparently on thicker strokes.
lsh updated
10 months ago