File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Source/GmmLib/inc/External/Common Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ namespace GmmLib
715
715
// ///////////////////////////////////////////////////////////////////////////////////
716
716
GMM_INLINE_VIRTUAL GMM_INLINE_EXPORTED void GMM_STDCALL SetMmcMode (GMM_RESOURCE_MMC_INFO Mode, uint32_t ArrayIndex)
717
717
{
718
- __GMM_ASSERT ((Mode == GMM_MMC_DISABLED) || (Mode == GMM_MMC_HORIZONTAL) || (Mode == GMM_MMC_VERTICAL));
718
+ __GMM_ASSERT ((Mode == GMM_MMC_DISABLED) || (Mode == GMM_MMC_HORIZONTAL) || (Mode == GMM_MMC_VERTICAL) || (Mode == GMM_MMC_MC) || (Mode == GMM_MMC_RC) );
719
719
720
720
__GMM_ASSERT (ArrayIndex < GMM_MAX_MMC_INDEX);
721
721
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ typedef enum GMM_RESOURCE_MMC_INFO_REC
59
59
GMM_MMC_DISABLED = 0 ,
60
60
GMM_MMC_HORIZONTAL,
61
61
GMM_MMC_VERTICAL,
62
+ GMM_MMC_MC,
63
+ GMM_MMC_RC
62
64
}GMM_RESOURCE_MMC_INFO;
63
65
64
66
// ===========================================================================
You can’t perform that action at this time.
0 commit comments