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 TypeMethodDescriptionvoidrenderScale$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, clearColorTexture, clearDepthTexture, copyTextureToBuffer, copyTextureToBuffer, copyTextureToTexture, createRenderPass, createRenderPass, presentTexture, readBuffer, readBuffer, writeToBuffer, writeToTexture, writeToTexture, writeToTexture
-
Constructor Details
-
MixinGlCommandEncoder
public MixinGlCommandEncoder()
-
-
Method Details
-
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
-