- added a RenderState virtual to the FrameBuffer class.
This commit is contained in:
parent
70d30feb4c
commit
90585c4931
7 changed files with 22 additions and 1 deletions
|
|
@ -514,6 +514,11 @@ void OpenGLFrameBuffer::UpdatePalette()
|
|||
GLRenderer->ClearTonemapPalette();
|
||||
}
|
||||
|
||||
FRenderState* OpenGLFrameBuffer::RenderState()
|
||||
{
|
||||
return &gl_RenderState;
|
||||
}
|
||||
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue