mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d9] Fix compiler warnings
This commit is contained in:
parent
f257a794cc
commit
ab8ab4052f
@ -18,8 +18,8 @@ namespace dxvk {
|
|||||||
IDirect3DBaseTexture9* pBaseTexture,
|
IDirect3DBaseTexture9* pBaseTexture,
|
||||||
IUnknown* pContainer)
|
IUnknown* pContainer)
|
||||||
: D3D9Resource<Type...> ( pDevice )
|
: D3D9Resource<Type...> ( pDevice )
|
||||||
, m_baseTexture ( pBaseTexture )
|
|
||||||
, m_container ( pContainer )
|
, m_container ( pContainer )
|
||||||
|
, m_baseTexture ( pBaseTexture )
|
||||||
, m_texture ( pTexture )
|
, m_texture ( pTexture )
|
||||||
, m_face ( Face )
|
, m_face ( Face )
|
||||||
, m_mipLevel ( MipLevel )
|
, m_mipLevel ( MipLevel )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user