Skip to content

Commit

Permalink
clarify store op texture aspect interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 18, 2023
1 parent 29a0795 commit 19cd901
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wgpu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,8 @@ pub enum StoreOp {
/// Discards the resulting value of the render pass for this attachment.
///
/// The attachment will be treated as uninitialized afterwards.
/// (If only either Depth or Stencil texture-aspects is set to `Discard`,
/// the respective other texture-aspect will be preserved.)
///
/// This can be significantly faster on tile-based render hardware.
///
Expand Down

0 comments on commit 19cd901

Please sign in to comment.