瀏覽代碼

Intel GL Fix

rextimmy 8 年之前
父節點
當前提交
e2a3bf1d19
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Templates/Full/game/shaders/common/gl/hlslCompat.glsl

+ 0 - 2
Templates/Full/game/shaders/common/gl/hlslCompat.glsl

@@ -94,8 +94,6 @@ mat4 mat4FromRow( float r0c0, float r0c1, float r0c2, float r0c3,
 
 #define tMul(a, b) (a*b)
 
-#define inversesqrt( n ) inversesqrt( n )
-
 #define correctSSP(vec) vec.y *= -1
 
 #ifdef TORQUE_PIXEL_SHADER