render pass first work
This commit is contained in:
@@ -81,11 +81,11 @@ enum EImageType
|
||||
|
||||
enum EMultisampleType
|
||||
{
|
||||
MULTISAMPLE_TYPE_NONE,
|
||||
MULTISAMPLE_TYPE_1_SAMPLES = MULTISAMPLE_TYPE_NONE,
|
||||
MULTISAMPLE_TYPE_2_SAMPLES,
|
||||
MULTISAMPLE_TYPE_4_SAMPLES,
|
||||
MULTISAMPLE_TYPE_8_SAMPLES,
|
||||
MULTISAMPLE_TYPE_NONE = 0,
|
||||
MULTISAMPLE_TYPE_1_SAMPLES = 1,
|
||||
MULTISAMPLE_TYPE_2_SAMPLES = 2,
|
||||
MULTISAMPLE_TYPE_4_SAMPLES = 4,
|
||||
MULTISAMPLE_TYPE_8_SAMPLES = 8,
|
||||
};
|
||||
|
||||
enum EResolveMode
|
||||
|
||||
Reference in New Issue
Block a user