mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
* Intel GL Fix
This commit is contained in:
parent
d07abe8ad2
commit
1de626e829
1 changed files with 0 additions and 2 deletions
|
|
@ -94,8 +94,6 @@ mat4 mat4FromRow( float r0c0, float r0c1, float r0c2, float r0c3,
|
||||||
|
|
||||||
#define tMul(a, b) (a*b)
|
#define tMul(a, b) (a*b)
|
||||||
|
|
||||||
#define inversesqrt( n ) inversesqrt( n )
|
|
||||||
|
|
||||||
#define correctSSP(vec) vec.y *= -1
|
#define correctSSP(vec) vec.y *= -1
|
||||||
|
|
||||||
#ifdef TORQUE_PIXEL_SHADER
|
#ifdef TORQUE_PIXEL_SHADER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue