forked from MoonsideGames/Refresh
fix multisampleState
parent
4b6f17054c
commit
ecbf434df9
|
@ -553,7 +553,7 @@ typedef struct Refresh_RasterizerState
|
||||||
typedef struct Refresh_MultisampleState
|
typedef struct Refresh_MultisampleState
|
||||||
{
|
{
|
||||||
Refresh_SampleCount multisampleCount;
|
Refresh_SampleCount multisampleCount;
|
||||||
const uint32_t sampleMask;
|
uint32_t sampleMask;
|
||||||
} Refresh_MultisampleState;
|
} Refresh_MultisampleState;
|
||||||
|
|
||||||
typedef struct Refresh_DepthStencilState
|
typedef struct Refresh_DepthStencilState
|
||||||
|
|
Loading…
Reference in New Issue