KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.36k stars 650 forks source link

Add missing glm::vec3 color member to HPPVertex struct #1162

Closed SRSaunders closed 2 months ago

SRSaunders commented 2 months ago

Description

Add missing glm::vec3 color member to HPPVertex struct.

Tested on macOS Ventura.

Fixes #1161

General Checklist:

Please ensure the following points are checked:

Sample Checklist

If your PR contains a new or modified sample, these further checks must be carried out in addition to the General Checklist:

SaschaWillems commented 2 months ago

Merging this, as it's urgent.

Again thank you very much for spotting this and providing a PR. Very much appreciated 👍🏻

SRSaunders commented 2 months ago

Happy to help out where I can. Thx.