|
CsPaint
2.0.0
|
Namespaces | |
| namespace | io |
| namespace | util |
Classes | |
| class | buffer |
| class | command_buffer |
| class | command_pool |
| class | context |
| class | descriptor |
| class | descriptor_pool |
| class | device |
| class | image |
| class | memorypool |
| class | pipeline |
| class | queue |
| class | renderpass |
| class | shader |
| class | surface |
| class | swapchain |
Typedefs | |
| using | buffer_handle = std::shared_ptr< buffer > |
| using | command_buffer_handle = std::shared_ptr< command_buffer > |
| using | command_pool_handle = std::shared_ptr< command_pool > |
| using | context_handle = std::shared_ptr< context > |
| using | descriptor_handle = std::shared_ptr< descriptor > |
| using | descriptor_pool_handle = std::shared_ptr< descriptor_pool > |
| using | device_handle = std::shared_ptr< device > |
| using | image_handle = std::shared_ptr< image > |
| using | memorypool_handle = std::shared_ptr< memorypool > |
| using | pipeline_handle = std::shared_ptr< pipeline > |
| using | queue_handle = std::shared_ptr< queue > |
| using | renderpass_handle = std::shared_ptr< renderpass > |
| using | shader_handle = std::shared_ptr< shader > |
| using | surface_handle = std::shared_ptr< surface > |
| using | swapchain_handle = std::shared_ptr< swapchain > |
| using | texture_handle = std::shared_ptr< texture > |
| using CsPaint::buffer_handle = typedef std::shared_ptr<buffer> |
| using CsPaint::command_buffer_handle = typedef std::shared_ptr<command_buffer> |
| using CsPaint::command_pool_handle = typedef std::shared_ptr<command_pool> |
| using CsPaint::context_handle = typedef std::shared_ptr<context> |
| using CsPaint::descriptor_handle = typedef std::shared_ptr<descriptor> |
| using CsPaint::descriptor_pool_handle = typedef std::shared_ptr<descriptor_pool> |
| using CsPaint::device_handle = typedef std::shared_ptr<device> |
| using CsPaint::image_handle = typedef std::shared_ptr<image> |
| using CsPaint::memorypool_handle = typedef std::shared_ptr<memorypool> |
| using CsPaint::pipeline_handle = typedef std::shared_ptr<pipeline> |
| using CsPaint::queue_handle = typedef std::shared_ptr<queue> |
| using CsPaint::renderpass_handle = typedef std::shared_ptr<renderpass> |
| using CsPaint::shader_handle = typedef std::shared_ptr<shader> |
| using CsPaint::surface_handle = typedef std::shared_ptr<surface> |
| using CsPaint::swapchain_handle = typedef std::shared_ptr<swapchain> |
| using CsPaint::texture_handle = typedef std::shared_ptr<texture> |