fixed discardopaque with custom alpha
This commit is contained in:
parent
7ae87a233c
commit
cbf0d366b4
3 changed files with 10 additions and 6 deletions
|
|
@ -45,6 +45,9 @@ struct SRenderData {
|
|||
|
||||
// for fade
|
||||
float fadeAlpha = 255.f;
|
||||
|
||||
// for alpha settings
|
||||
float alpha = 255.f;
|
||||
};
|
||||
|
||||
struct SKeyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue