2021-11-10 01:48:54 +01:00
|
|
|
package com.jozufozu.flywheel.util;
|
|
|
|
|
|
|
|
import net.minecraft.client.renderer.RenderType;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This is a silly hack that's needed because flywheel does things too different from vanilla.
|
|
|
|
*
|
|
|
|
* <p>
|
2021-12-06 10:47:52 +01:00
|
|
|
* When a {@link RenderType} is setup, the associated textures are "bound" within RenderSystem, but not actually
|
|
|
|
* bound via opengl. This class provides a helper function to forward the bindings to opengl.
|
2021-11-10 01:48:54 +01:00
|
|
|
* </p>
|
|
|
|
*/
|
2021-12-06 10:47:52 +01:00
|
|
|
public class TextureBinder {
|
2021-11-10 01:48:54 +01:00
|
|
|
|
|
|
|
}
|