19 #ifndef INCLUDED_CSPAINT_FWD_H
20 #define INCLUDED_CSPAINT_FWD_H
std::shared_ptr< texture > texture_handle
Definition: cspaint_fwd.h:72
Definition: cspaint_queue.h:28
std::shared_ptr< buffer > buffer_handle
Definition: cspaint_fwd.h:27
Definition: cspaint_descriptor.h:29
Definition: cspaint_image.h:28
Definition: cspaint_commandbuffer.h:29
std::shared_ptr< command_buffer > command_buffer_handle
Definition: cspaint_fwd.h:30
std::shared_ptr< queue > queue_handle
Definition: cspaint_fwd.h:57
Definition: cspaint_context.h:35
Definition: cspaint_buffer.h:26
std::shared_ptr< renderpass > renderpass_handle
Definition: cspaint_fwd.h:60
std::shared_ptr< command_pool > command_pool_handle
Definition: cspaint_fwd.h:33
Definition: cspaint_commandpool.h:29
std::shared_ptr< context > context_handle
Definition: cspaint_fwd.h:36
std::shared_ptr< descriptor_pool > descriptor_pool_handle
Definition: cspaint_fwd.h:42
Definition: cspaint_surface.h:27
std::shared_ptr< descriptor > descriptor_handle
Definition: cspaint_fwd.h:39
Definition: cspaint_descriptorpool.h:29
Definition: cspaint_device.h:35
std::shared_ptr< device > device_handle
Definition: cspaint_fwd.h:45
std::shared_ptr< image > image_handle
Definition: cspaint_fwd.h:48
std::shared_ptr< surface > surface_handle
Definition: cspaint_fwd.h:66
std::shared_ptr< memorypool > memorypool_handle
Definition: cspaint_fwd.h:51
Definition: cspaint_memorypool.h:28
Definition: cspaint_swapchain.h:29
Definition: cspaint_pipeline.h:28
std::shared_ptr< pipeline > pipeline_handle
Definition: cspaint_fwd.h:54
std::shared_ptr< swapchain > swapchain_handle
Definition: cspaint_fwd.h:69
Definition: cspaint_renderpass.h:33
std::shared_ptr< shader > shader_handle
Definition: cspaint_fwd.h:63
Definition: cspaint_shader.h:28