mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 02:52:10 +01:00
[d3d9] Make D3D9_COMMON_TEXTURE_DESC smaller
This commit is contained in:
parent
3592d7b48f
commit
d922e261e8
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user