@@ -485,6 +485,7 @@ EX void full_enable(shared_ptr<GLprogram> p) {
auto&cur=current_glprogram;
flagtypeoldflags=cur?cur->shader_flags:0;
if(p==cur)return;
if(!vid.usingGL)return;
cur=p;
GLERR("pre_switch_mode");
WITHSHADER({
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.