Skip to content

Commit

Permalink
Misc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Aug 26, 2023
1 parent 1bcbfaa commit 384767a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5861,6 +5861,12 @@ pub enum BindingType {

/// A ray-tracing acceleration structure binding.
///
/// Example WGSL syntax:
/// ```rust,ignore
/// @group(0) @binding(0)
/// var as: acceleration_structure;
/// ```
///
/// Example GLSL syntax:
/// ```cpp,ignore
/// layout(binding = 0)
Expand Down

0 comments on commit 384767a

Please sign in to comment.