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
    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)
     
    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, 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:
      copyTextureToTexture in interface com.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$copyAndResizeTexture in interface GICommandEncoderThing