SimpleGL
1.1.0
A framework for platform independent rendering
|
#include <SimpleGL_vk/SimpleGL_vk_Export.h>
#include <vector>
#include <SimpleGL/batching.hpp>
#include "render_pass.hpp"
#include "graphics_pipeline.hpp"
#include "vertex_buffer.hpp"
#include "command_buffer.hpp"
#include "descriptor_set.hpp"
#include "texture_image.hpp"
Go to the source code of this file.
Classes | |
class | sgl::BatchVK |
This class is used for batch rendering with Vulkan. More... | |
Namespaces | |
sgl | |
Generic namespace for the SimpleGL framework. | |
This file contains the class for batch rendering with Vulkan.
Definition in file batching_vk.hpp.