소스 검색

Remove a duplicate macro

Panagiotis Christopoulos Charitos 5 년 전
부모
커밋
3765004ede
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      anki/shaders/include/Common.h

+ 0 - 2
anki/shaders/include/Common.h

@@ -31,8 +31,6 @@ inline F32 dot(const T& a, const T& b)
 }
 ANKI_END_NAMESPACE
 
-#	define ANKI_SIZEOF(x) sizeof(x)
-
 //
 // Macros & functions GLSL
 //