mc-neoforge/patches/com/mojang/blaze3d/systems/CommandEncoder.java.patch
Technici4n 9f6edae189 Port to 1.21.5-rc1
Co-authored-by: Apex <robsonlawson3@gmail.com>
Co-authored-by: coehlrich <coehlrich@users.noreply.github.com>
Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
Co-authored-by: Matyrobbrt <matyrobbrt@gmail.com>
Co-authored-by: Minecraftschurli <minecraftschurli@gmail.com>
Co-authored-by: Sara Freimer <sara@freimer.com>
Co-authored-by: Sebastian Hartte <shartte@users.noreply.github.com>
Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com>
Co-authored-by: XFactHD <xfacthd@gmx.de>
2025-03-21 23:48:33 +01:00

11 lines
402 B
Diff

--- a/com/mojang/blaze3d/systems/CommandEncoder.java
+++ b/com/mojang/blaze3d/systems/CommandEncoder.java
@@ -25,6 +_,8 @@
void clearDepthTexture(GpuTexture p_410276_, double p_410184_);
+ void clearStencilTexture(GpuTexture texture, int value);
+
void writeToBuffer(GpuBuffer p_410195_, ByteBuffer p_410481_, int p_410055_);
GpuBuffer.ReadView readBuffer(GpuBuffer p_410459_);