35 static constexpr INTERFACE_ID IID_SwapChain =
36 { 0x1c703b77, 0x6607, 0x4eec, { 0xb1, 0xfe, 0x15, 0xc8, 0x2d, 0x3b, 0x41, 0x30 } };
55 virtual void Resize( Uint32 NewWidth, Uint32 NewHeight ) = 0;
Swap chain description.
Definition: GraphicsTypes.h:912
virtual const SwapChainDesc & GetDesc() const =0
Returns the swap chain desctription.
Namespace for the OpenGL implementation of the graphics engine.
Definition: BufferD3D11Impl.h:34
virtual void Resize(Uint32 NewWidth, Uint32 NewHeight)=0
Changes the swap chain's back buffer size.
Swap chain interface.
Definition: SwapChain.h:41
virtual void Present()=0
Presents a rendered image to the user.