Merge pull request #31270 from nekomatata/fix-vertex-color-init-gles3
Fixed vertex color initialization with default value in GLES3
This commit is contained in:
commit
0e823cffbc
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ void RasterizerCanvasGLES3::canvas_end() {
|
|||
glBindBufferBase(GL_UNIFORM_BUFFER, 0, 0);
|
||||
glColorMask(1, 1, 1, 1);
|
||||
|
||||
glVertexAttrib4f(VS::ARRAY_COLOR, 1, 1, 1, 1);
|
||||
|
||||
state.using_texture_rect = false;
|
||||
state.using_ninepatch = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue