зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1290328 - Return null for webgl GetActiveUniformBlockName() error. r=jgilbert
This commit is contained in:
Родитель
f6b4822250
Коммит
98b9a25b33
|
@ -277,6 +277,7 @@ void
|
|||
WebGL2Context::GetActiveUniformBlockName(WebGLProgram* program, GLuint uniformBlockIndex,
|
||||
nsAString& retval)
|
||||
{
|
||||
retval.SetIsVoid(true);
|
||||
if (IsContextLost())
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче