Basic IBL works with Vulkan

This commit is contained in:
Robert Beckebans 2019-10-31 21:17:31 +01:00
parent d4576f7cc5
commit 5e68272eac

View file

@ -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
/*
==================