The source project of this merge request has been removed.
Fix crash upon setting uniform texture to nullptr
Program::UsedProgram::setTexture
is supposed to allow nullptr
as an argument, but previously crashed when it was passed.
Program::UsedProgram::setTexture
is supposed to allow nullptr
as an argument, but previously crashed when it was passed.