fix multisampleState

submit_rewrite
cosmonaut 2021-01-05 18:05:01 -08:00
parent 4b6f17054c
commit ecbf434df9
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ typedef struct Refresh_RasterizerState
typedef struct Refresh_MultisampleState
{
Refresh_SampleCount multisampleCount;
const uint32_t sampleMask;
uint32_t sampleMask;
} Refresh_MultisampleState;
typedef struct Refresh_DepthStencilState