Class MixinGlCommandEncoder

java.lang.Object
dev.zelo.renderscale.mixin.MixinGlCommandEncoder
All Implemented Interfaces:
com.mojang.blaze3d.systems.CommandEncoder, GICommandEncoderThing

public abstract class MixinGlCommandEncoder extends Object implements GICommandEncoderThing
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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$copyAndResizeTexture in interface GICommandEncoderThing