SimpleGL
1.1.0
A framework for platform independent rendering
|
#include <SimpleGL_vk/SimpleGL_vk_Export.h>
#include <vector>
#include <vulkan/vulkan.h>
#include <glm/glm.hpp>
Go to the source code of this file.
Classes | |
class | sgl::VertexBuffer |
This class wraps a Vulkan vertex buffer. More... | |
class | sgl::UniformBuffer |
This class wraps a Vulkan uniform buffer. More... | |
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
This file contains a class for creating Vulkan buffer objects.
Definition in file vertex_buffer.hpp.