开发者

Using RGB for A in fixed pipeline opengl

开发者 https://www.devze.com 2023-04-10 01:47 出处:网络
Yes so short question: Is it possible to use any of the RGB components as alpha in Opengl ES 1.1 (fixed pipeline)?

Yes so short question: Is it possible to use any of the RGB components as alpha in Opengl ES 1.1 (fixed pipeline)?

It seems that GL_COMBINE does not allow one to use the 开发者_运维问答RGB as a source for alpha.

Why is this limit imposed, and what are alternatives? I've tried quite a few things but I am unable to find a solution.

0

精彩评论

暂无评论...
验证码 换一张
取 消