Potato Engine
Hobby Game Engine Project
|
Public Member Functions | |
GpuSwapChain (GpuSwapChain &&)=delete | |
GpuSwapChain & | operator= (GpuSwapChain &&)=delete |
virtual void | present ()=0 |
virtual void | resizeBuffers (int width, int height)=0 |
virtual box< GpuTexture > | getBuffer (int index)=0 |
virtual int | getCurrentBufferIndex ()=0 |
![]() | |
shared (shared const &)=delete | |
shared (shared &&) noexcept | |
shared & | operator= (shared const &)=delete |
shared & | operator= (shared &&) noexcept |