Interface OffscreenRenderer.RenderJob

Enclosing class:
OffscreenRenderer

public static interface OffscreenRenderer.RenderJob
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(com.mojang.blaze3d.textures.GpuTextureView colorTarget, com.mojang.blaze3d.textures.GpuTextureView depthTarget, net.minecraft.client.renderer.ProjectionMatrixBuffer projBuf, int size)
     
  • Method Details

    • render

      void render(com.mojang.blaze3d.textures.GpuTextureView colorTarget, com.mojang.blaze3d.textures.GpuTextureView depthTarget, net.minecraft.client.renderer.ProjectionMatrixBuffer projBuf, int size)