mirror of
https://github.com/neoforged/NeoForge
synced 2026-08-20 08:23:13 -04:00
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>
11 lines
402 B
Diff
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_);
|