mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 10:20:35 +00:00
fix postfx
This commit is contained in:
parent
82245789ed
commit
ce604c77ba
2 changed files with 11 additions and 0 deletions
|
@ -49,6 +49,9 @@ CPostFX::InitOnce(void)
|
|||
void
|
||||
CPostFX::Open(RwCamera *cam)
|
||||
{
|
||||
if(pFrontBuffer)
|
||||
Close();
|
||||
|
||||
uint32 width = Pow(2.0f, int32(log2(RwRasterGetWidth (RwCameraGetRaster(cam))))+1);
|
||||
uint32 height = Pow(2.0f, int32(log2(RwRasterGetHeight(RwCameraGetRaster(cam))))+1);
|
||||
uint32 depth = RwRasterGetDepth(RwCameraGetRaster(cam));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue