GL: Fix clearing alpha on stencil uploads.
This commit is contained in:
parent
d9af90e016
commit
3c93eaf164
3 changed files with 4 additions and 4 deletions
|
@ -150,7 +150,7 @@ enum DrawTextureFlags {
|
|||
DRAWTEX_NEAREST = 0,
|
||||
DRAWTEX_LINEAR = 1,
|
||||
DRAWTEX_KEEP_TEX = 2,
|
||||
DRAWTEX_KEEP_STENCIL = 4,
|
||||
DRAWTEX_KEEP_STENCIL_ALPHA = 4,
|
||||
};
|
||||
|
||||
inline Draw::DataFormat GEFormatToThin3D(int geFormat) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue