mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:33:11 +02:00
Remove double definition of static const arrays for Types and Dimensions
This commit is contained in:
parent
5a51a99f76
commit
2d06e71e32
1 changed files with 0 additions and 28 deletions
|
@ -16,34 +16,6 @@
|
||||||
|
|
||||||
using namespace gpu;
|
using namespace gpu;
|
||||||
|
|
||||||
const int TYPE_SIZE[NUM_TYPES] = {
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
4,
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
2,
|
|
||||||
1,
|
|
||||||
1
|
|
||||||
};
|
|
||||||
|
|
||||||
const int DIMENSION_COUNT[NUM_DIMENSIONS] = {
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
9,
|
|
||||||
16
|
|
||||||
};
|
|
||||||
|
|
||||||
Batch::Batch() :
|
Batch::Batch() :
|
||||||
_commands(),
|
_commands(),
|
||||||
_commandOffsets(),
|
_commandOffsets(),
|
||||||
|
|
Loading…
Reference in a new issue