-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bindless][Exp][NFC] Deprecate
read_image
for more descriptive nami…
…ng (#12756) - The `read_image` and `read_mipmap` APIs have been deprecated - They are replaced with the more descriptive `fetch_image`, `sample_image`, and `sample_mipmap` (for unsampled reads, sampled reads, and mipmap sampled reads, respectively). - This change is made in preperation for future functionality of fetching data from sampled images. - The reason behind this change is to avoid determining the underlying image read operation based on the coordinate type passed, and instead making it more transparent for the user which operation is performed based on the name of the function. - The extension document, bindless images headers, and all bindless images tests have all been updated. - The specification revision history has been updated to include a missed changelog entry for PR #12581
- Loading branch information
1 parent
ef6887f
commit a4201f7
Showing
29 changed files
with
272 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.