Skip to content

Commit

Permalink
Update crates/spirv-std/src/storage_class.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Nov 27, 2020
1 parent eba862f commit 3cc3fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spirv-std/src/storage_class.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! # Storage Classes
//!
//! Class of storage for declared variables. These types act as pointers to
//! values either contained in the GPU's. For example; `Input<f32>` points to a
//! values either contained in the GPU's memory. For example; `Input<f32>` points to a
//! `f32` that was provided as input from the pipeline, and `Private<f32>`
//! points to a `f32` in the GPU's global memory. Intermediate values do not
//! form a storage class, and unless stated otherwise, storage class-based
Expand Down

0 comments on commit 3cc3fdb

Please sign in to comment.