mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Basic IBL works with Vulkan
This commit is contained in:
parent
d4576f7cc5
commit
5e68272eac
1 changed files with 5 additions and 0 deletions
|
@ -1203,8 +1203,13 @@ const int INTERACTION_TEXUNIT_PROJECTION = 4;
|
|||
const int INTERACTION_TEXUNIT_SHADOWMAPS = 5;
|
||||
const int INTERACTION_TEXUNIT_JITTER = 6;
|
||||
|
||||
#if defined( USE_VULKAN )
|
||||
const int INTERACTION_TEXUNIT_AMBIENT_CUBE1 = 3;
|
||||
const int INTERACTION_TEXUNIT_SPECULAR_CUBE1 = 4;
|
||||
#else
|
||||
const int INTERACTION_TEXUNIT_AMBIENT_CUBE1 = 7;
|
||||
const int INTERACTION_TEXUNIT_SPECULAR_CUBE1 = 8;
|
||||
#endif
|
||||
|
||||
/*
|
||||
==================
|
||||
|
|
Loading…
Reference in a new issue