Skip to content

Commit

Permalink
Remove non-ascii char from comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-perron committed Mar 29, 2023
1 parent f5ff7ae commit 83562a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/val/validate_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1995,11 +1995,11 @@ spv_result_t ValidateImageQueryLod(ValidationState_t& _,
<< " components, but given only " << actual_coord_size;
}

// The operad is a sampled image.
// The operand is a sampled image.
// The sampled image type is already checked to be parameterized by an image
// type with Sampled=0 or Sampled=1. Vulkan bans Sampled=0, and so we have
// Sampled=1. So the validator already enforces Vulkan VUID 4659:
// OpImageQuerySizeLod must only consume an Image operand whose type has
// OpImageQuerySizeLod must only consume an "Image" operand whose type has
// its "Sampled" operand set to 1
return SPV_SUCCESS;
}
Expand Down

0 comments on commit 83562a2

Please sign in to comment.