Skip to content

Commit

Permalink
Add missing glm::vec3 color member to HPPVertex struct (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRSaunders authored Sep 11, 2024
1 parent 6227cc2 commit b2f2484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/hpp_api_vulkan_sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ struct HPPVertex
glm::vec2 uv;
glm::vec4 joint0;
glm::vec4 weight0;
glm::vec3 color;
};

/**
Expand Down

0 comments on commit b2f2484

Please sign in to comment.