Package dev.zelo.renderscale.mixin
Class MixinGlCommandEncoder
java.lang.Object
dev.zelo.renderscale.mixin.MixinGlCommandEncoder
- All Implemented Interfaces:
com.mojang.blaze3d.systems.CommandEncoder,GICommandEncoderThing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidcopyTextureToTexture(com.mojang.blaze3d.textures.GpuTexture source, com.mojang.blaze3d.textures.GpuTexture destination, int mipLevel, int x, int y, int sourceX, int sourceY, int width, int height) voidrenderScale$copyAndResizeTexture(com.mojang.blaze3d.textures.GpuTexture source, com.mojang.blaze3d.textures.GpuTexture destination, int mipLevel, int destX, int destY, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int destWidth, int destHeight, boolean isDepth) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.blaze3d.systems.CommandEncoder
clearColorAndDepthTextures, clearColorAndDepthTextures, clearColorTexture, clearDepthTexture, copyTextureToBuffer, copyTextureToBuffer, copyToBuffer, createFence, createRenderPass, createRenderPass, mapBuffer, mapBuffer, presentTexture, writeToBuffer, writeToTexture, writeToTexture, writeToTexture
-
Constructor Details
-
MixinGlCommandEncoder
public MixinGlCommandEncoder()
-
-
Method Details
-
copyTextureToTexture
public abstract void copyTextureToTexture(com.mojang.blaze3d.textures.GpuTexture source, com.mojang.blaze3d.textures.GpuTexture destination, int mipLevel, int x, int y, int sourceX, int sourceY, int width, int height) - Specified by:
copyTextureToTexturein interfacecom.mojang.blaze3d.systems.CommandEncoder
-
renderScale$copyAndResizeTexture
public void renderScale$copyAndResizeTexture(com.mojang.blaze3d.textures.GpuTexture source, com.mojang.blaze3d.textures.GpuTexture destination, int mipLevel, int destX, int destY, int sourceX, int sourceY, int sourceWidth, int sourceHeight, int destWidth, int destHeight, boolean isDepth) - Specified by:
renderScale$copyAndResizeTexturein interfaceGICommandEncoderThing
-