mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 14:35:44 +02:00
Removed unused color formats in render::Format
This commit is contained in:
parent
a397138599
commit
f88141aa31
2 changed files with 0 additions and 4 deletions
|
@ -30,8 +30,6 @@ const Element Element::VEC2NU8_XY{ VEC2, NUINT8, XY };
|
|||
|
||||
const Element Element::COLOR_R11G11B10{ SCALAR, FLOAT, R11G11B10 };
|
||||
const Element Element::VEC4F_COLOR_RGBA{ VEC4, FLOAT, RGBA };
|
||||
const Element Element::COLOR_RED_FLOAT{ SCALAR, FLOAT, RED };
|
||||
const Element Element::COLOR_RED_HALF{ SCALAR, HALF, RED };
|
||||
const Element Element::VEC2F_UV{ VEC2, FLOAT, UV };
|
||||
const Element Element::VEC2F_XY{ VEC2, FLOAT, XY };
|
||||
const Element Element::VEC3F_XYZ{ VEC3, FLOAT, XYZ };
|
||||
|
|
|
@ -314,8 +314,6 @@ public:
|
|||
static const Element COLOR_COMPRESSED_SRGBA_HIGH;
|
||||
static const Element VEC2NU8_XY;
|
||||
static const Element VEC4F_COLOR_RGBA;
|
||||
static const Element COLOR_RED_FLOAT;
|
||||
static const Element COLOR_RED_HALF;
|
||||
static const Element VEC2F_UV;
|
||||
static const Element VEC2F_XY;
|
||||
static const Element VEC3F_XYZ;
|
||||
|
|
Loading…
Reference in a new issue