|
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 |
Public Member Functions inherited from up::shared< GpuSwapChain > | |
| shared (shared const &)=delete | |
| shared (shared &&) noexcept | |
| shared & | operator= (shared const &)=delete |
| shared & | operator= (shared &&) noexcept |
1.8.13