mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 19:44:09 +00:00
CRenderer
This commit is contained in:
parent
ad90a06a39
commit
d4250fc2c7
15 changed files with 253 additions and 123 deletions
8
src/render/Occlusion.cpp
Normal file
8
src/render/Occlusion.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "common.h"
|
||||
|
||||
#include "Occlusion.h"
|
||||
|
||||
void
|
||||
COcclusion::ProcessBeforeRendering(void)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue