Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix incorrect create image view error message#334

Merged
Overv merged 1 commit intoOverv:mainfrom
merrittlj:incorrect-error-message
May 9, 2023
Merged

Fix incorrect create image view error message#334
Overv merged 1 commit intoOverv:mainfrom
merrittlj:incorrect-error-message

Conversation

@merrittlj
Copy link
Copy Markdown
Contributor

The function "createImageView" has a somewhat incorrect error message, saying that it failed to create a texture image view. However, the function is also used by more than simply the texture image view creation process(e.g., the swapchain image view creation process, "createImageViews").

This patch is applied to all subject code files, and the English "06_Texture_mapping/01_Image_view_and_sampler.md" file has also been modified.

The French version of the markdown file remains unchanged due to my lack of knowledge about French, but probably should be changed in the near future to maintain consistency.

The function "createImageView" has a somewhat incorrect error message,
saying that it failed to create a texture image view. However, the
function is also used by more than simply the texture image view
creation process(e.g., the swapchain image view creation process, "createImageViews").
@Overv
Copy link
Copy Markdown
Owner

Overv commented May 9, 2023

Good catch, thanks!

@Overv Overv merged commit 6fa5edd into Overv:main May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants