Closed SRSaunders closed 2 months ago
Tbh. as someone adding new samples I always have a hard time getting things right with having so much code duplicated as C/C++. The odd thing is that I did a full batch run back then and didn't notice any problems.
I think we should move that struct to a central place and deduplicate it to avoid such problems in the future.
I think we should move that struct to a central place and deduplicate it to avoid such problems in the future.
Agreed, that would be the best solution. Someone has to do it... With #1162, we have a quick fix on the current situation, though. Should merge that soon.
Commit d0fda1b added member
glm::vec3 color
to theVertex
struct in api_vulkan_sample.h. However, the correspondingHPPVertex
struct is now missing the same entry in hpp_api_vulkan_sample.h. It's likely just an oversight, but causes a bunch of problems for hpp samples as can be seen below: