mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-05-31 08:50:54 +00:00
Implemented GGX Split Sum approximation using a 2D atlas trick
This commit is contained in:
parent
779534626f
commit
2391ba1b43
14 changed files with 845 additions and 372 deletions
|
@ -2096,6 +2096,11 @@ void idRenderBackend::AmbientPass( const drawSurf_t* const* drawSurfs, int numDr
|
|||
return;
|
||||
}
|
||||
|
||||
if( viewDef->renderView.rdflags & RDF_NOAMBIENT )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
#if defined( USE_VULKAN )
|
||||
if( fillGbuffer )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue