Skip to content

Commit

Permalink
added vulkan to shader multiview keyword check (#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-unity authored and ellioman committed Jan 24, 2020
1 parent f1180fa commit 15db9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define UNITY_STEREO_INSTANCING_ENABLED
#endif

#if defined(STEREO_MULTIVIEW_ON) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE)) && !(defined(SHADER_API_SWITCH))
#if defined(STEREO_MULTIVIEW_ON) && (defined(SHADER_API_GLES3) || defined(SHADER_API_GLCORE) || defined(SHADER_API_VULKAN)) && !(defined(SHADER_API_SWITCH))
#define UNITY_STEREO_MULTIVIEW_ENABLED
#endif

Expand Down

0 comments on commit 15db9d6

Please sign in to comment.