Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sturmlilie committed Aug 7, 2020
1 parent bbb9273 commit 4044be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TraceUtil is a fabric mod/library aimed at developers.

Setting up apitrace with MultiMC: [Tutorial](https://gist.github.com/Sturmlilie/69d6c4d2dce9d648cd706093c95ba195)
## As a stand-alone mod
TraceUtil contains common annotation for OpenGL-intensive methods in Minecraft 1.15.2 which are automatically inserted via mixin-hooks, including:
TraceUtil contains common annotation for OpenGL-intensive methods in Minecraft versions `1.15.2-1.16.1` which are automatically inserted via mixin-hooks, including:
`DiffuseLighting`, `DrawableHelper`, `GameRenderer`, `ItemRenderer`, `ModelLoader`, `Screen`, `SpriteAtlasTexture`, `TextureManager`, `WorldRenderer`
Also contains a special annotater for `RenderLayer` instances, and an optional annotater which hooks into Minecrafts own Profiler (off by default).
Each texture registered with `TextureManager` will have the assosicated `Identifier` attached on the GL level so it shows up under *Surfaces*.
Expand Down Expand Up @@ -31,7 +31,6 @@ Result:
![result](https://imgur.com/v3LMhCC.png)

## Todo
* Minecraft 1.16
* Sodium / fabric rendering API support (as soon as those are stable)
* Configuration file
* Auto-generated mixin hooks
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.8.2+build.194

# Mod Properties
mod_version = 0.2.0
mod_version = 0.2.1
maven_group = net.fabricmc
archives_base_name = traceutil

0 comments on commit 4044be6

Please sign in to comment.