diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-12-02 09:46:44 -0800 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2023-12-02 09:46:44 -0800 |
commit | 8f249d845ca4e3b00218e4aa71750a478541b524 (patch) | |
tree | 4b65dcb40f8ebd3a4151c8b281c3440813603ba9 /src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java | |
parent | f37e965d1f2a8d8aa26c9673bc1c1fb732c22ecc (diff) | |
download | Iceberg-8f249d845ca4e3b00218e4aa71750a478541b524.tar.gz Iceberg-8f249d845ca4e3b00218e4aa71750a478541b524.tar.bz2 Iceberg-8f249d845ca4e3b00218e4aa71750a478541b524.zip |
Added support for Sodium 0.5.0.
Diffstat (limited to 'src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java')
-rw-r--r-- | src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java b/src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java index 2a37254..ce8d372 100644 --- a/src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java +++ b/src/main/java/com/anthonyhilyard/iceberg/renderer/CheckedBufferSourceSodium.java @@ -4,11 +4,12 @@ import org.lwjgl.system.MemoryStack; import com.mojang.blaze3d.vertex.VertexConsumer; +import net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter; +import net.caffeinemc.mods.sodium.api.vertex.format.VertexFormatDescription; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; -import me.jellysquid.mods.sodium.client.render.vertex.VertexBufferWriter; -import me.jellysquid.mods.sodium.client.render.vertex.VertexFormatDescription; + public final class CheckedBufferSourceSodium extends CheckedBufferSource { |