소스 검색

* Intel GL Fix

Areloch 8 년 전
부모
커밋
1de626e829
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Templates/BaseGame/game/core/shaders/gl/hlslCompat.glsl

+ 0 - 2
Templates/BaseGame/game/core/shaders/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