Change render wrapper get Texture error returns

This commit is contained in:
James Seibel
2026-01-17 09:56:21 -06:00
parent 1a540cf2bc
commit 7b6fd03d78
@@ -63,7 +63,9 @@ public interface IMinecraftRenderWrapper extends IBindable
/** @return -1 if no valid framebuffer is available yet */
int getTargetFramebuffer(); // Note: Iris is now hooking onto this for DH + Iris compat, try not to change (unless we wanna deal with some annoyances)
// Iris commit: https://github.com/IrisShaders/Iris/commit/a76a240527e93780bbcba57c09bef377419d47a7#diff-7b9ded0c79bbcdb130010373387756a28ee8d3640d522c0a5b7acd0abbfc20aeR16
/** @return -1 if there was an issue or no texture exists */
int getDepthTextureId();
/** @return -1 if there was an issue or no texture exists */
int getColorTextureId();
int getTargetFramebufferViewportWidth();
int getTargetFramebufferViewportHeight();