Definition GraphicsAdapter.hpp:27
Definition GraphicsBufferContainer.hpp:7
GraphicsBufferCreateDesc createDesc
Definition GraphicsBufferContainer.hpp:14
Definition GraphicsSemaphore.hpp:7
Definition GraphicsSwapchain.hpp:10
Definition GraphicsSwapchain.hpp:16
Array< GraphicsSemaphore * > bufferReadySync
Definition GraphicsSwapchain.hpp:29
void Destroy() override
Run the destruction logic of this class. This also frees its memory.
Definition GraphicsSwapchain.cpp:31
GraphicsSwapchainImageContainer * backbuffer
Definition GraphicsSwapchain.hpp:23
void CreateBackbuffer()
Definition GraphicsSwapchain.cpp:49
GraphicsSemaphore * GetSyncPoint(uint8 imageIndex)
Definition GraphicsSwapchain.cpp:43
Definition GraphicsAdapterChild.hpp:9
void Init() override
Run the initialization logic of this object. Should be overriden by deriving classes.
Definition GraphicsAdapterChild.cpp:16
uint8_t uint8
Definition Primitives.hpp:6
Definition GraphicsBufferDesc.hpp:90