Replaced vkTools::UniformData with newer vk::Buffer for uniform buffers, some renaming, small fixes and corrections
This commit is contained in:
parent
d73afe2a7d
commit
2e5af6a9fb
32 changed files with 717 additions and 985 deletions
|
|
@ -82,7 +82,7 @@ private:
|
|||
uint32_t indexCount;
|
||||
|
||||
UBO ubo;
|
||||
vkTools::UniformData uniformData;
|
||||
vk::Buffer uniformBuffer;
|
||||
|
||||
int32_t newVertex(std::vector<Vertex> *vBuffer, float x, float y, float z, const glm::vec3& normal);
|
||||
void newFace(std::vector<uint32_t> *iBuffer, int a, int b, int c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue