Package dev.zelo.renderscale.accessors
Interface GICommandEncoderThing
- All Superinterfaces:
com.mojang.blaze3d.systems.CommandEncoder
- All Known Implementing Classes:
MixinGlCommandEncoder
public interface GICommandEncoderThing
extends com.mojang.blaze3d.systems.CommandEncoder
-
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 interface com.mojang.blaze3d.systems.CommandEncoder
clearColorAndDepthTextures, clearColorAndDepthTextures, clearColorTexture, clearDepthTexture, copyTextureToBuffer, copyTextureToBuffer, copyTextureToTexture, copyToBuffer, createFence, createRenderPass, createRenderPass, mapBuffer, mapBuffer, presentTexture, writeToBuffer, writeToTexture, writeToTexture, writeToTexture
-
Method Details
-
renderScale$copyAndResizeTexture
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)
-