|
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>#include "graphics_pipeline.hpp"#include "vertex_buffer.hpp"#include "texture_image.hpp"Go to the source code of this file.
Classes | |
| class | sgl::DescriptorPool |
| This class wraps a Vulkan descriptor pool. More... | |
| class | sgl::DescriptorSet |
| This class wraps a Vulkan descriptor set. More... | |
Namespaces | |
| sgl | |
| Generic namespace for the SimpleGL framework. | |
This file contains classes to create Vulkan descriptor pools and sets.
Definition in file descriptor_set.hpp.
1.8.11