Definition at line 7 of file CoreBufferContainer.h.
◆ GetMainBuffer()
SFrameBuffer * CSE::CoreBufferContainer::GetMainBuffer |
( |
| ) |
const |
|
inline |
◆ InitBuffers()
void CoreBufferContainer::InitBuffers |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
protected |
Definition at line 7 of file CoreBufferContainer.cpp.
7 {
8 if (m_mainBuffer != nullptr)
9 ResizeBuffers(width, height);
10
15}
STexture * GenerateTexturebuffer(BufferType type, int channel, int level=0)
void RasterizeFramebuffer()
void GenerateFramebuffer(BufferDimension dimension, int width, int height)
◆ ResizeBuffers()
void CoreBufferContainer::ResizeBuffers |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
protected |
The documentation for this class was generated from the following files: