Skip to content

Issues: gfx-rs/wgpu

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Abstract types may only appear in constant expressions in cases that are convertible to runtime type area: validation Issues related to validation, diagnostics, and error handling naga Shader Translator
#7243 opened Feb 27, 2025 by ErichDonGubler
QuerySet resolution takes 20s area: validation Issues related to validation, diagnostics, and error handling type: bug Something isn't working
#7238 opened Feb 27, 2025 by jgraef
Type mismatch diagnostic suggests to append integer literal suffix to non-literal const expressions area: naga front-end area: validation Issues related to validation, diagnostics, and error handling kind: diagnostics Error message should be better naga Shader Translator type: bug Something isn't working
#7226 opened Feb 25, 2025 by ErichDonGubler
Naga supports non-standard subgroup_id builtin without a Capability area: validation Issues related to validation, diagnostics, and error handling naga Shader Translator type: bug Something isn't working
#7178 opened Feb 19, 2025 by jimblandy
[wgsl-in, wgsl-out, glsl-in] WebGPU compliant dual source blending feature area: naga back-end Outputs of naga shader conversion area: naga front-end area: naga processing Passes over IR in the middle area: validation Issues related to validation, diagnostics, and error handling lang: GLSL OpenGL Shading Language naga Shader Translator
#7146 opened Feb 14, 2025 by Wumpf Loading…
9 tasks done
Allow pipeline-overridable constants in structs with fixed sized arrays area: validation Issues related to validation, diagnostics, and error handling kind: diagnostics Error message should be better type: enhancement New feature or request
#7078 opened Feb 7, 2025 by shadowcatzero
Add ImageStore type mismatch diagnostic snapshot test area: tests Improvements or issues with our test suite area: validation Issues related to validation, diagnostics, and error handling good first issue Good for newcomers kind: diagnostics Error message should be better naga Shader Translator
#7023 opened Jan 29, 2025 by ErichDonGubler
Accept only {f,i,u}32s when in strict WebGPU compliance area: correctness We're behaving incorrectly area: ecosystem Help the connected projects grow and prosper area: validation Issues related to validation, diagnostics, and error handling kind: diagnostics Error message should be better type: bug Something isn't working
#7017 opened Jan 28, 2025 by ErichDonGubler
Suggest sampled texture type if a storage texel format is provided in texture_2d<T> (i.e., suggest f32 instead of rgbafloat32) area: validation Issues related to validation, diagnostics, and error handling kind: diagnostics Error message should be better naga Shader Translator type: enhancement New feature or request
#7016 opened Jan 28, 2025 by ErichDonGubler
[naga] Validation relies on ensure_blocks_return pass to catch non-void functions which don't return a value area: validation Issues related to validation, diagnostics, and error handling type: enhancement New feature or request
#7015 opened Jan 28, 2025 by jamienicol
Unvalidated “integral user-defined vertex outputs must have a '@interpolate(flat)' attribute” area: validation Issues related to validation, diagnostics, and error handling lang: WGSL WebGPU Shading Language naga Shader Translator type: bug Something isn't working
#6990 opened Jan 25, 2025 by kpreid
Naga should require Capabilities to accept binding_array types at all area: naga middle-end Intermediate representation area: validation Issues related to validation, diagnostics, and error handling lang: WGSL WebGPU Shading Language naga Shader Translator
#6910 opened Jan 13, 2025 by jimblandy
Naga constant evaluation can use too much memory area: validation Issues related to validation, diagnostics, and error handling naga Shader Translator
#6872 opened Jan 7, 2025 by jimblandy
Naga Fails to Validate Out Texture Argument area: naga middle-end Intermediate representation area: validation Issues related to validation, diagnostics, and error handling naga Shader Translator type: bug Something isn't working
#6816 opened Dec 23, 2024 by lisyarus
Add acceleration structure limits area: api Issues related to API surface area: validation Issues related to validation, diagnostics, and error handling backend: dx12 Issues with DX12 or DXGI backend: vulkan Issues with Vulkan feature: raytracing Issues with the Ray Tracing Native Feature type: enhancement New feature or request
#6803 opened Dec 22, 2024 by Vecvec
Accessing slice of Buffer panics if the slice's length is zero area: api Issues related to API surface area: validation Issues related to validation, diagnostics, and error handling help required We need community help to make this happen. type: bug Something isn't working
#6779 opened Dec 18, 2024 by kaphula
Remove undefined behavior for ray queries area: correctness We're behaving incorrectly area: validation Issues related to validation, diagnostics, and error handling backend: vulkan Issues with Vulkan feature: raytracing Issues with the Ray Tracing Native Feature naga Shader Translator type: bug Something isn't working
#6761 opened Dec 16, 2024 by Vecvec
1 of 7 tasks
[core] Move renderpass end validation in creation to match the spec area: validation Issues related to validation, diagnostics, and error handling type: bug Something isn't working
#6735 opened Dec 14, 2024 by sagudev
Regression: wgpu 23 adds extra dispatch on Vulkan for indirect buffer copy, breaks binding reuse area: performance How fast things go area: validation Issues related to validation, diagnostics, and error handling
#6567 opened Nov 18, 2024 by djeedai
Vulkan confused by push_constants binding with separate FRAGMENT and VERTEX stages area: validation Issues related to validation, diagnostics, and error handling
#6562 opened Nov 16, 2024 by fyellin
[naga] Improve ForbiddenStageOperations error reporting for textureSample in Compute stage area: validation Issues related to validation, diagnostics, and error handling kind: diagnostics Error message should be better
#6512 opened Nov 10, 2024 by DavidPeicho
Move buffer slice OOB check from panic in wgpu to validation error in wgpu-core area: validation Issues related to validation, diagnostics, and error handling type: bug Something isn't working
#6493 opened Nov 4, 2024 by ErichDonGubler Draft
7 tasks done
Converge dual-source blending with the WebGPU standard area: api Issues related to API surface area: ecosystem Help the connected projects grow and prosper area: validation Issues related to validation, diagnostics, and error handling backend: webgpu Issues with direct interface with WebGPU lang: WGSL WebGPU Shading Language naga Shader Translator type: enhancement New feature or request
#6402 opened Oct 11, 2024 by ErichDonGubler
2
5
WGSL does not force parentheses in equal-precedence operations in expressions area: naga front-end area: validation Issues related to validation, diagnostics, and error handling lang: WGSL WebGPU Shading Language naga Shader Translator
#6397 opened Oct 11, 2024 by ErichDonGubler
WGSL template arg. parsing should permit a single trailing comma area: correctness We're behaving incorrectly area: cts Issues stemming from the WebGPU Conformance Test Suite area: naga front-end area: validation Issues related to validation, diagnostics, and error handling good first issue Good for newcomers lang: WGSL WebGPU Shading Language naga Shader Translator type: bug Something isn't working
#6394 opened Oct 10, 2024 by ErichDonGubler
ProTip! Mix and match filters to narrow down what you’re looking for.