summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/cube_atlas.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/cube_atlas.h')
-rw-r--r--3rdparty/bgfx/examples/common/cube_atlas.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/3rdparty/bgfx/examples/common/cube_atlas.h b/3rdparty/bgfx/examples/common/cube_atlas.h
index 9a33a7611a6..d823e63f7c8 100644
--- a/3rdparty/bgfx/examples/common/cube_atlas.h
+++ b/3rdparty/bgfx/examples/common/cube_atlas.h
@@ -1,6 +1,6 @@
/*
* Copyright 2013 Jeremie Roy. All rights reserved.
- * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
+ * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
#ifndef CUBE_ATLAS_H_HEADER_GUARD
@@ -135,8 +135,6 @@ public:
}
private:
- void init();
-
struct PackedLayer;
PackedLayer* m_layers;
AtlasRegion* m_regions;
@@ -148,7 +146,6 @@ private:
bgfx::TextureHandle m_textureHandle;
uint16_t m_textureSize;
float m_texelSize;
- float m_texelOffset[2];
uint16_t m_regionCount;
uint16_t m_maxRegionCount;