Sfoglia il codice sorgente

Remove a duplicate macro

Panagiotis Christopoulos Charitos 5 anni fa
parent
commit
3765004ede
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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
 //