Moved VulkanBuffer to vks namespce (Refs #260)
This commit is contained in:
parent
f917ea6640
commit
776b6f0106
54 changed files with 165 additions and 165 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <vulkan/vulkan.h>
|
||||
#include "vulkanexamplebase.h"
|
||||
#include "vulkanbuffer.hpp"
|
||||
#include "VulkanBuffer.hpp"
|
||||
#include "VulkanTexture.hpp"
|
||||
#include "VulkanModel.hpp"
|
||||
|
||||
|
|
@ -360,8 +360,8 @@ public:
|
|||
SkinnedMesh *skinnedMesh = nullptr;
|
||||
|
||||
struct {
|
||||
vk::Buffer mesh;
|
||||
vk::Buffer floor;
|
||||
vks::Buffer mesh;
|
||||
vks::Buffer floor;
|
||||
} uniformBuffers;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue