Skip to content

Commit

Permalink
State BLAS functions are impl'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Feb 19, 2025
1 parent 4752fc3 commit aae428b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7163,8 +7163,8 @@ bitflags::bitflags!(
/// Allow for incremental updates (no change in size), currently this is unimplemented
/// and will build as normal (this is fine, update vs build should be unnoticeable)
const ALLOW_UPDATE = 1 << 0;
/// Allow the acceleration structure to be compacted in a copy operation, the function
/// to compact is not currently implemented.
/// Allow the acceleration structure to be compacted in a copy operation
/// (`Blas::prepare_for_compaction`, `CommandEncoder::compact_blas`).
const ALLOW_COMPACTION = 1 << 1;
/// Optimize for fast ray tracing performance, recommended if the geometry is unlikely
/// to change (e.g. in a game: non-interactive scene geometry)
Expand Down

0 comments on commit aae428b

Please sign in to comment.