Skip to content

Commit e718216

Browse files
Merge pull request #5416 from changeworld/patch-2
Fix typo: homogenous -> homogeneous
2 parents 474db2e + 38b9eb1 commit e718216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/parallel/amp/reference/texture-view-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The rank of the `texture_view`.
4040
|----------|-----------------|
4141
|`value_type`|The type of the elements in the texture aggregates.|
4242
|`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`**.|
43-
|`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.|
43+
|`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.|
4444
4545
### Public Constructors
4646

0 commit comments

Comments
 (0)