aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d/D3dUtil.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/d3d/D3dUtil.hpp')
-rw-r--r--src/native/d3d/D3dUtil.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/native/d3d/D3dUtil.hpp b/src/native/d3d/D3dUtil.hpp
index b1a7560..8a00287 100644
--- a/src/native/d3d/D3dUtil.hpp
+++ b/src/native/d3d/D3dUtil.hpp
@@ -154,14 +154,16 @@ extern LPDIRECT3DVOLUMETEXTURE9 createVolumeTexture(D3dCtx *d3dCtx,
jint internalFormat,
jint width,
jint height,
- jint depth);
+ jint depth,
+ jboolean useAutoMipMap);
extern LPDIRECT3DCUBETEXTURE9 createCubeMapTexture(D3dCtx *d3dCtx,
jint numLevels,
jint internalFormat,
jint width,
- jint height);
+ jint height,
+ jboolean useAutoMipMap);
extern void copyDataToSurface(jint format,