| 37 | const RenderTexture& BackBuffer() const { return backBuffers[backBufferIdx]; }; |
| 38 | |
| 39 | DXGI_FORMAT Format() const { return format; }; |
| 40 | uint32 Width() const { return width; }; |
| 41 | uint32 Height() const { return height; }; |
| 42 | bool FullScreen() const { return fullScreen; }; |
no outgoing calls
no test coverage detected