|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/RenderAPI/GPUSwapchain.hpp>
Additional Inherited Members | |
Public Types inherited from CeresEngine::TDeviceObject< GPUSwapchainDescriptor > | |
| using | Descriptor = GPUSwapchainDescriptor |
| An type-alias to the descriptor struct type. | |
Public Attributes inherited from CeresEngine::TDeviceObject< GPUSwapchainDescriptor > | |
| const Descriptor & | descriptor |
| A structure that describes the object and it's properties. | |
Public Attributes inherited from CeresEngine::GPUDeviceObject | |
| GPUDevice & | device |
| The owning device this object was created from. | |
Protected Member Functions inherited from CeresEngine::GPUObject | |
| virtual void | destroy () noexcept |
| A internal method called by the system when the object reference count reaches zero. | |
|
delete |
Deleted copy constructor.
|
delete |
Deleted move constructor.
|
pure virtual |
Implemented in CeresEngine::MTSwapchain, CeresEngine::MKSwapchain, CeresEngine::NLSwapchain, CeresEngine::VKSwapchain, and CeresEngine::WGSwapchain.
|
delete |
|
delete |
Presents a image from the getSwapchain. The command buffer that signals.
Implemented in CeresEngine::MTSwapchain, CeresEngine::MKSwapchain, CeresEngine::NLSwapchain, CeresEngine::VKSwapchain, and CeresEngine::WGSwapchain.
|
delete |
Inherited constructors.
|
inlineexplicit |
Inherited constructors.
|
delete |
Inherited constructors.