Skip to content

Fix compile error in most demo code files after 14_command_buffers.cpp#180

Closed
JackPilley wants to merge 1 commit intoKhronosGroup:mainfrom
JackPilley:ClearColorFix
Closed

Fix compile error in most demo code files after 14_command_buffers.cpp#180
JackPilley wants to merge 1 commit intoKhronosGroup:mainfrom
JackPilley:ClearColorFix

Conversation

@JackPilley
Copy link
Copy Markdown
Contributor

Fix compile error caused by trying to assign a value of type vk::ClearColorValue to a variable on type vk::ClearValue. The correct action is to assign the vk::ClearColorValue value to the .color member of the vk::ClearValue variable.

…rColorValue to a variable on type vk::ClearValue. The correct action is to assign the vk::ClearColorValue value to the .color member of the vk::ClearValue variable
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.

1 participant