LeviLamina
Loading...
Searching...
No Matches
BlendingCoeff.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
renoir {
6
7
enum class
BlendingCoeff :
int
{
8
Zero = 1,
9
One = 2,
10
SrcColor = 3,
11
InvSrcColor = 4,
12
SrcAlpha = 5,
13
InvSrcAlpha = 6,
14
DestAlpha = 7,
15
InvDestAlpha = 8,
16
DestColor = 9,
17
InvDestColor = 10,
18
SrcAlphaSat = 11,
19
BlendFactor = 14,
20
InvBlendFactor = 15,
21
};
22
23
}
src-client
mc
deps
renoir
BlendingCoeff.h
Generated on
for LeviLamina by
1.16.1