mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 18:00:41 +01:00
Add version 130 requirement to cubeMapReflection.frag
Thanks @juozas for reporting the bug: https://irrlicht.sourceforge.io/forum/viewtopic.php?f=7&t=13869&start=390 git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6319 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
da77810fb5
commit
71d952acfc
|
@ -1,3 +1,4 @@
|
|||
#version 130
|
||||
uniform samplerCube cubeTex;
|
||||
uniform float Roughness;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user