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