Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Include suggested documentation, more binding array tests, enforce st…
Browse files Browse the repository at this point in the history
…ructs
  • Loading branch information
kvark committed Apr 24, 2023
1 parent a067ea5 commit 44b45db
Show file tree
Hide file tree
Showing 5 changed files with 3,262 additions and 3,225 deletions.
4 changes: 2 additions & 2 deletions src/back/spv/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,8 @@ impl<'w> BlockContext<'w> {
/// Emit any needed bounds-checking expressions to `block`.
///
/// Some cases we need to generate a different return type than what the IR gives us.
/// This is because pointers to binding arrays don't exist in the IR, but we need to
/// create them to create an access chain in SPIRV.
/// This is because pointers to binding arrays of handles (such as images or samplers)
/// don't exist in the IR, but we need to create them to create an access chain in SPIRV.
///
/// On success, the return value is an [`ExpressionPointer`] value; see the
/// documentation for that type.
Expand Down
Loading

0 comments on commit 44b45db

Please sign in to comment.