summaryrefslogtreecommitdiffstats
path: root/o3d/command_buffer/service/cross/gl/texture_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/command_buffer/service/cross/gl/texture_gl.h')
-rw-r--r--o3d/command_buffer/service/cross/gl/texture_gl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/o3d/command_buffer/service/cross/gl/texture_gl.h b/o3d/command_buffer/service/cross/gl/texture_gl.h
index db7d9ed..938b216 100644
--- a/o3d/command_buffer/service/cross/gl/texture_gl.h
+++ b/o3d/command_buffer/service/cross/gl/texture_gl.h
@@ -108,7 +108,7 @@ class Texture2DGL : public TextureGL {
unsigned int width,
unsigned int height,
GLuint gl_texture)
- : TextureGL(texture::TEXTURE_2D,
+ : TextureGL(texture::kTexture2d,
levels,
format,
enable_render_surfaces,
@@ -169,7 +169,7 @@ class Texture3DGL : public TextureGL {
unsigned int height,
unsigned int depth,
GLuint gl_texture)
- : TextureGL(texture::TEXTURE_2D,
+ : TextureGL(texture::kTexture3d,
levels,
format,
enable_render_surfaces,
@@ -231,7 +231,7 @@ class TextureCubeGL : public TextureGL {
unsigned int flags,
unsigned int side,
GLuint gl_texture)
- : TextureGL(texture::TEXTURE_CUBE,
+ : TextureGL(texture::kTextureCube,
levels,
format,
render_surface_enabled,