mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
remove unused variable
This commit is contained in:
parent
026195223a
commit
4bf99fe9d2
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ static gpu::Stream::FormatPointer INSTANCED_SOLID_FADE_STREAM_FORMAT;
|
||||||
static const uint SHAPE_VERTEX_STRIDE = sizeof(glm::vec3) * 2; // vertices and normals
|
static const uint SHAPE_VERTEX_STRIDE = sizeof(glm::vec3) * 2; // vertices and normals
|
||||||
static const uint SHAPE_NORMALS_OFFSET = sizeof(glm::vec3);
|
static const uint SHAPE_NORMALS_OFFSET = sizeof(glm::vec3);
|
||||||
static const gpu::Type SHAPE_INDEX_TYPE = gpu::UINT32;
|
static const gpu::Type SHAPE_INDEX_TYPE = gpu::UINT32;
|
||||||
static const uint SHAPE_INDEX_SIZE = sizeof(gpu::uint32);
|
|
||||||
|
|
||||||
template <size_t SIDES>
|
template <size_t SIDES>
|
||||||
std::vector<vec3> polygon() {
|
std::vector<vec3> polygon() {
|
||||||
|
|
Loading…
Reference in a new issue