Skip to content

[pull] main from MicrosoftDocs:main #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo: homogenous -> homogeneous
  • Loading branch information
changeworld committed Jun 13, 2025
commit 38b9eb1b0fec5552c2fbe21504d69a86a560e758
2 changes: 1 addition & 1 deletion docs/parallel/amp/reference/texture-view-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The rank of the `texture_view`.
|----------|-----------------|
|`value_type`|The type of the elements in the texture aggregates.|
|`coordinates_type`|The type of the coordinate used to specify a texel in the `texture_view`—that is, a `short_vector` that has the same rank as the associated texture that has a value type of **`float`**.|
|`gather_return_type`|The return type used for gather operations—that is, a rank 4 `short_vector` that holds the four homogenous color components gathered from the four texel values sampled.|
|`gather_return_type`|The return type used for gather operations—that is, a rank 4 `short_vector` that holds the four homogeneous color components gathered from the four texel values sampled.|

### Public Constructors

Expand Down