SimpleGL
1.1.0
A framework for platform independent rendering
|
#include <SimpleGL_vk/SimpleGL_vk_Export.h>
#include <vulkan/vulkan.h>
#include "render_pass.hpp"
#include "graphics_pipeline.hpp"
#include "vertex_buffer.hpp"
#include "descriptor_set.hpp"
Go to the source code of this file.
Classes | |
class | sgl::CommandPool |
This class wraps a Vulkan command pool. More... | |
class | sgl::CommandBuffer |
This class wraps a Vulkan command buffer. More... | |
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
This file contains classes to create Vulkan command pools and buffers.
Definition in file command_buffer.hpp.