Skip to content

Commit

Permalink
Remove unnecessary features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Feb 8, 2025
1 parent be693c2 commit 04898b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wgpu-types/src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,14 @@ bitflags_array! {
/// This is a native only feature.
const TEXTURE_INT64_ATOMIC = 1 << 45;

/// Allows for returning of hit triangles vertex position on acceleration
/// structure marked with [`AccelerationStructureFlags::ALLOW_RAY_HIT_VERTEX_RETURN`].
///
/// Supported platforms:
/// - Vulkan
///
/// This is a native only feature
const RAY_HIT_VERTEX_RETURN = 1 << 46;
}

/// Features that are not guaranteed to be supported.
Expand Down

0 comments on commit 04898b8

Please sign in to comment.