Index: command_buffer/service/cross/gl/texture_gl.h |
=================================================================== |
--- command_buffer/service/cross/gl/texture_gl.h (revision 26885) |
+++ command_buffer/service/cross/gl/texture_gl.h (working copy) |
@@ -108,7 +108,7 @@ |
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 @@ |
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 @@ |
unsigned int flags, |
unsigned int side, |
GLuint gl_texture) |
- : TextureGL(texture::TEXTURE_CUBE, |
+ : TextureGL(texture::kTextureCube, |
levels, |
format, |
render_surface_enabled, |