SVertexIndex.h 318 B

123456789101112131415161718
  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. namespace irr
  6. {
  7. namespace video
  8. {
  9. enum E_INDEX_TYPE
  10. {
  11. EIT_16BIT = 0,
  12. EIT_32BIT
  13. };
  14. } // end namespace video
  15. } // end namespace irr