Document GLM_FORCE_UNRESTRICTED_GENTYPE and generate an error if both GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE are defined at the same time

master
Christophe Riccio ago%!(EXTRA string=9 years)
parent a609a0fea6
commit 8bfefbd1ce
  1. BIN
      doc/glm.docx
  2. BIN
      doc/glm.pdf
  3. 4
      glm/detail/setup.hpp

Binary file not shown.

Binary file not shown.

@ -3,6 +3,10 @@
#pragma once
#if defined(GLM_FORCE_SWIZZLE) && defined(GLM_FORCE_UNRESTRICTED_GENTYPE)
# error "Both GLM_FORCE_SWIZZLE and GLM_FORCE_UNRESTRICTED_GENTYPE can't be defined at the same time"
#endif
///////////////////////////////////////////////////////////////////////////////////
// Messages

Loading…
Cancel
Save