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
715715 // ///////////////////////////////////////////////////////////////////////////////////
716716 GMM_INLINE_VIRTUAL GMM_INLINE_EXPORTED void GMM_STDCALL SetMmcMode (GMM_RESOURCE_MMC_INFO Mode, uint32_t ArrayIndex)
717717 {
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) );
719719
720720 __GMM_ASSERT (ArrayIndex < GMM_MAX_MMC_INDEX);
721721
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ typedef enum GMM_RESOURCE_MMC_INFO_REC
5959 GMM_MMC_DISABLED = 0 ,
6060 GMM_MMC_HORIZONTAL,
6161 GMM_MMC_VERTICAL,
62+ GMM_MMC_MC,
63+ GMM_MMC_RC
6264}GMM_RESOURCE_MMC_INFO;
6365
6466// ===========================================================================
You can’t perform that action at this time.
0 commit comments