SVertexIndex.h 341 B

1234567891011121314151617181920
  1. // Copyright (C) 2008-2012 Nikolaus Gebhardt
  2. // This file is part of the "Irrlicht Engine".
  3. // For conditions of distribution and use, see copyright notice in irrlicht.h
  4. #pragma once
  5. #include "irrTypes.h"
  6. namespace irr
  7. {
  8. namespace video
  9. {
  10. enum E_INDEX_TYPE
  11. {
  12. EIT_16BIT = 0,
  13. EIT_32BIT
  14. };
  15. } // end namespace video
  16. } // end namespace irr