Common.h 312 B

1234567891011121314
  1. // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #pragma once
  6. #include <AnKi/Gr/Common.h>
  7. namespace anki {
  8. constexpr U32 kMaxQueriesPerQueryChunk = 64;
  9. } // end namespace anki