Skip to content

Commit

Permalink
Update PostLaunchChecks.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbianxiao authored Sep 17, 2024
1 parent b400d83 commit 1349e00
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
import net.minecraft.util.Util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import net.fabricmc.api.ClientModInitializer;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.fabricmc.fabric.api.client.rendering.v1.HudRenderCallback;
import net.fabricmc.loader.api.FabricLoader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* Performs OpenGL driver validation after the game creates an OpenGL context. This runs immediately after OpenGL
* context creation, and uses the implementation details of the OpenGL context to perform validation.
Expand Down

0 comments on commit 1349e00

Please sign in to comment.