From 2eb98ec71dd26765a179b0005898bf63991be0b3 Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Thu, 22 Mar 2007 04:33:38 +0000 Subject: D3D : Added hardware mipmap support for Texture3D and TextureCubeMap. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@800 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/d3d/D3dUtil.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/native/d3d/D3dUtil.hpp') 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, -- cgit v1.2.3