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
|
|
@ -32,7 +32,7 @@ todos:
|
|||
#include "vulkanexamplebase.h"
|
||||
#include "VulkanTexture.hpp"
|
||||
#include "VulkanDevice.hpp"
|
||||
#include "vulkanbuffer.hpp"
|
||||
#include "VulkanBuffer.hpp"
|
||||
#include "vulkanheightmap.hpp"
|
||||
|
||||
#define VERTEX_BUFFER_BIND_ID 0
|
||||
|
|
@ -207,7 +207,7 @@ public:
|
|||
|
||||
uint32_t indexCount;
|
||||
|
||||
vk::Buffer uniformBufferVS;
|
||||
vks::Buffer uniformBufferVS;
|
||||
|
||||
struct UboVS {
|
||||
glm::mat4 projection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue