We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d18f5 commit f27c48bCopy full SHA for f27c48b
1 file changed
HMCLCore/src/main/java/org/jackhuang/hmcl/game/Renderer.java
@@ -66,8 +66,6 @@ public enum Renderer {
66
}
67
68
/// Get the Graphics API used by this renderer.
69
- ///
70
- /// @return the API used by this renderer, or `null` if the renderer does not target a specific graphics API.
71
public GraphicsAPI getApi() {
72
return api;
73
0 commit comments