diff --git a/src/d3d9/d3d9_common_texture.h b/src/d3d9/d3d9_common_texture.h index 4b9d6337c..d61799cb0 100644 --- a/src/d3d9/d3d9_common_texture.h +++ b/src/d3d9/d3d9_common_texture.h @@ -39,11 +39,11 @@ namespace dxvk { DWORD Usage; D3D9Format Format; D3DPOOL Pool; - BOOL Discard; D3DMULTISAMPLE_TYPE MultiSample; DWORD MultisampleQuality; - BOOL IsBackBuffer; - BOOL IsAttachmentOnly; + bool Discard; + bool IsBackBuffer; + bool IsAttachmentOnly; }; struct D3D9ColorView {