AcademyCraft

AcademyCraft

1M Downloads

Use MY render routine for particle and other blend effects

WeAthFoLD opened this issue ยท 7 comments

commented

to avoid ShaderMod to hack into them.

commented

In order to support other mods fully, we do many improvement and take much time. I'm afraid most of mods will not work on these things.

commented

Nope, using my routine means no other mods can touch it, which makes it safer.

commented

By 'my' I mean using raw GL44 call (like glDrawArrays glDrawElements) or GL10 call (glBegin glEnd)

commented

Well, you need to know how hardware supports GL44.

commented

well, actually using GL10 calls would have the same effect... as long as you don't care about performance.

commented

Performance hhhhhhhhhhh

commented

Closed via f45138f.