HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
v1::pipeline_image Class Reference

#include <hikogui/GFX/pipeline_image.hpp>

Inheritance diagram for v1::pipeline_image:
v1::pipeline_vulkan v1::pipeline

Public Member Functions

 pipeline_image (gfx_surface const &surface)
 
 pipeline_image (const pipeline_image &)=delete
 
pipeline_imageoperator= (const pipeline_image &)=delete
 
 pipeline_image (pipeline_image &&)=delete
 
pipeline_imageoperator= (pipeline_image &&)=delete
 
void drawInCommandBuffer (vk::CommandBuffer commandBuffer, draw_context const &context) override
 
- Public Member Functions inherited from v1::pipeline_vulkan
 pipeline_vulkan (gfx_surface const &surface)
 
 pipeline_vulkan (const pipeline_vulkan &)=delete
 
pipeline_vulkanoperator= (const pipeline_vulkan &)=delete
 
 pipeline_vulkan (pipeline_vulkan &&)=delete
 
pipeline_vulkanoperator= (pipeline_vulkan &&)=delete
 
gfx_device_vulkanvulkan_device () const noexcept
 
void buildForNewDevice ()
 
void teardownForDeviceLost ()
 
void buildForNewSurface ()
 
void teardownForSurfaceLost ()
 
void buildForNewSwapchain (vk::RenderPass renderPass, uint32_t renderSubpass, vk::Extent2D extent)
 
void teardownForSwapchainLost ()
 
void teardownForWindowLost ()
 
- Public Member Functions inherited from v1::pipeline
 pipeline (gfx_surface const &surface)
 
 pipeline (const pipeline &)=delete
 
pipelineoperator= (const pipeline &)=delete
 
 pipeline (pipeline &&)=delete
 
pipelineoperator= (pipeline &&)=delete
 

Data Fields

vspan< vertexvertexBufferData
 
- Data Fields inherited from v1::pipeline_vulkan
vk::Pipeline intrinsic
 
- Data Fields inherited from v1::pipeline
gfx_surface const & surface
 

Detailed Description

Pipeline for rendering backings of widgets. Maintains texture map atlas and sharing for all views.

Member Function Documentation

◆ drawInCommandBuffer()

void v1::pipeline_image::drawInCommandBuffer ( vk::CommandBuffer commandBuffer,
draw_context const & context )
overridevirtual

Reimplemented from v1::pipeline_vulkan.


The documentation for this class was generated from the following file: