Index: command_buffer/service/win/d3d9/texture_d3d9.h |
=================================================================== |
--- command_buffer/service/win/d3d9/texture_d3d9.h (revision 27642) |
+++ command_buffer/service/win/d3d9/texture_d3d9.h (working copy) |
@@ -78,9 +78,9 @@ |
unsigned int size, |
void *data) = 0; |
// Creates the render surface, returning false if unable to. |
- virtual bool CreateRenderSurface(int width, |
- int height, |
- int mip_level, |
+ virtual bool CreateRenderSurface(int width, |
+ int height, |
+ int mip_level, |
int side, |
IDirect3DSurface9** direct3d_surface) = 0; |
static D3DFORMAT D3DFormat(texture::Format format); |
@@ -135,9 +135,9 @@ |
unsigned int size, |
void *data); |
// Create a render surface which matches this texture type. |
- virtual bool CreateRenderSurface(int width, |
- int height, |
- int mip_level, |
+ virtual bool CreateRenderSurface(int width, |
+ int height, |
+ int mip_level, |
int side, |
IDirect3DSurface9** direct3d_surface); |
// Gets the D3D base texture. |
@@ -200,9 +200,9 @@ |
unsigned int size, |
void *data); |
// Create a render surface which matches this texture type. |
- virtual bool CreateRenderSurface(int width, |
- int height, |
- int mip_level, |
+ virtual bool CreateRenderSurface(int width, |
+ int height, |
+ int mip_level, |
int side, |
IDirect3DSurface9** direct3d_surface); |
// Gets the D3D base texture. |
@@ -260,9 +260,9 @@ |
unsigned int size, |
void *data); |
// Create a render surface which matches this texture type. |
- virtual bool CreateRenderSurface(int width, |
- int height, |
- int mip_level, |
+ virtual bool CreateRenderSurface(int width, |
+ int height, |
+ int mip_level, |
int side, |
IDirect3DSurface9** direct3d_surface); |
// Gets the D3D base texture. |