Kelsey Gilbert
Kelsey Gilbert
I feel like device.destroy (and device lost) "needs" to detach arraybuffers, but probably actually shouldn't Unmap(), as that would cause getMappedRange() to fail, which could cause exceptions if this happens...
Here are my suggestions: * GPUImageCopyBuffer **-> GPUTexelCopyBufferData** * GPUTexelCopyBufferDict * GPUTexelCopyBufferDesc * GPUImageCopyTexture **-> GPUTexelCopyTextureData** * GPUTexelCopyTextureDict * GPUTexelCopyTextureDesc * **-> GPUCopyExternalImageSource** * GPUCopyExternalImageSourceDict * GPUCopyExternalImageSourceDesc * GPUCopyExternalImageSource **->...
WGSL 2025-04-01 Minutes * KG: Writability of INF and NaN * DS: They run through MLIR and generate an INF * DN: They should just write out 0 * JP:...
WGSL meeting minutes 2021-09-07 * DN: Further discussion today: Concerns that it’s not testable. Also concerned that it’s not stable, no way to make sure that (because untestable) it will...
WGSL meeting minutes 2021-09-14 * DN: Discussing earlier and with MS. Our concern is two things * Making sure when targeting FXC that the math survives as well as we...
@kvark Is this done?