Improving updateUniformBuffer and search paths
This commit is contained in:
parent
9dc142760f
commit
0bac428ad5
40 changed files with 458 additions and 363 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
void createSceneDescriptionBuffer();
|
||||
void createTextureImages(const vk::CommandBuffer& cmdBuf,
|
||||
const std::vector<std::string>& textures);
|
||||
void updateUniformBuffer();
|
||||
void updateUniformBuffer(const vk::CommandBuffer& cmdBuf);
|
||||
void onResize(int /*w*/, int /*h*/) override;
|
||||
void destroyResources();
|
||||
void rasterize(const vk::CommandBuffer& cmdBuff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue