RenderToTextureSubpass¶
#include <render_to_texture_subpass.h>
Inherits from KDGpuExample::SimpleExampleEngineLayer, KDGpuExample::ExampleEngineLayer, KDGpuExample::EngineLayer, KDFoundation::Object
Protected Functions¶
| Name | |
|---|---|
| virtual void | initializeScene() override |
| virtual void | cleanupScene() override |
| virtual void | updateScene() override |
| virtual void | render() override |
| virtual void | resize() override |
Additional inherited members¶
Public Functions inherited from KDGpuExample::SimpleExampleEngineLayer
| Name | |
|---|---|
| SimpleExampleEngineLayer() =default | |
| ~SimpleExampleEngineLayer() override |
Protected Functions inherited from KDGpuExample::SimpleExampleEngineLayer
| Name | |
|---|---|
| virtual void | update() override |
| void | event(KDFoundation::EventReceiver * target, KDFoundation::Event * ev) override |
Public Functions inherited from KDGpuExample::ExampleEngineLayer
| Name | |
|---|---|
| ExampleEngineLayer() | |
| ~ExampleEngineLayer() override | |
| KDGpuKDGui::View * | window() |
| void | uploadBufferData(const KDGpu::BufferUploadOptions & options) |
| void | uploadTextureData(const KDGpu::TextureUploadOptions & options) |
Protected Functions inherited from KDGpuExample::ExampleEngineLayer
| Name | |
|---|---|
| virtual void | drawImGuiOverlay(ImGuiContext * ctx) |
| virtual void | renderImGuiOverlay(KDGpu::RenderPassCommandRecorder * recorder, uint32_t inFlightIndex =0, KDGpu::RenderPass * currentRenderPass =nullptr, int lastSubpassIndex =0) |
| void | registerImGuiOverlayDrawFunction(const std::function< void(ImGuiContext *)> & func) |
| void | clearImGuiOverlayDrawFunctions() |
| void | recreateImGuiOverlay() |
| virtual void | onAttached() override |
| virtual void | onDetached() override |
| virtual void | update() override |
| void | event(KDFoundation::EventReceiver * target, KDFoundation::Event * ev) override |
| virtual void | recreateSwapChain() |
| void | recreateDepthTexture() |
| void | recreateSampleDependentResources() |
| void | releaseStagingBuffers() |
Protected Attributes inherited from KDGpuExample::ExampleEngineLayer
Public Functions inherited from KDGpuExample::EngineLayer
| Name | |
|---|---|
| ~EngineLayer() override | |
| const Engine * | engine() const |
| Engine * | engine() |
Protected Functions inherited from KDGpuExample::EngineLayer
| Name | |
|---|---|
| virtual void | onAttached() |
| virtual void | onDetached() |
| virtual void | update() |
Friends inherited from KDGpuExample::EngineLayer
| Name | |
|---|---|
| class | Engine |
Protected Functions Documentation¶
function initializeScene¶
1 | |
Reimplements: KDGpuExample::ExampleEngineLayer::initializeScene
function cleanupScene¶
1 | |
Reimplements: KDGpuExample::ExampleEngineLayer::cleanupScene
function updateScene¶
1 | |
Reimplements: KDGpuExample::ExampleEngineLayer::updateScene
function render¶
1 | |
Reimplements: KDGpuExample::ExampleEngineLayer::render
function resize¶
1 | |
Reimplements: KDGpuExample::ExampleEngineLayer::resize
Updated on 2025-11-02 at 00:01:41 +0000