am ec1f1e3d: Merge change Ieab4c75b into eclair
Merge commit 'ec1f1e3df1ca5e73e262df479bf91a92f3ccafde' into eclair-mr2 * commit 'ec1f1e3df1ca5e73e262df479bf91a92f3ccafde': Fix type in Java enums. Not currently used, easier to fix now than when apps are using it.
This commit is contained in:
@@ -49,7 +49,7 @@ public class ProgramStore extends BaseObj {
|
|||||||
SRC_ALPHA (4),
|
SRC_ALPHA (4),
|
||||||
ONE_MINUS_SRC_ALPHA (5),
|
ONE_MINUS_SRC_ALPHA (5),
|
||||||
DST_ALPHA (6),
|
DST_ALPHA (6),
|
||||||
ONE_MINUS_DST_ALPA (7),
|
ONE_MINUS_DST_ALPHA (7),
|
||||||
SRC_ALPHA_SATURATE (8);
|
SRC_ALPHA_SATURATE (8);
|
||||||
|
|
||||||
int mID;
|
int mID;
|
||||||
@@ -66,7 +66,7 @@ public class ProgramStore extends BaseObj {
|
|||||||
SRC_ALPHA (4),
|
SRC_ALPHA (4),
|
||||||
ONE_MINUS_SRC_ALPHA (5),
|
ONE_MINUS_SRC_ALPHA (5),
|
||||||
DST_ALPHA (6),
|
DST_ALPHA (6),
|
||||||
ONE_MINUS_DST_ALPA (7);
|
ONE_MINUS_DST_ALPHA (7);
|
||||||
|
|
||||||
int mID;
|
int mID;
|
||||||
BlendDstFunc(int id) {
|
BlendDstFunc(int id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user