Interface EnginePostChain

All Superinterfaces:
EngineInterface<net.minecraft.client.renderer.PostChain>
All Known Implementing Classes:
PostChainMixin

public interface EnginePostChain extends EngineInterface<net.minecraft.client.renderer.PostChain>
Processes a post-chain with external render targets and a graphics resource allocator.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    engine$process(Map<net.minecraft.resources.Identifier, com.mojang.blaze3d.pipeline.RenderTarget> externalTargets, com.mojang.blaze3d.resource.GraphicsResourceAllocator resourceAllocator)
    Processes the post-chain using the given external targets and resource allocator.

    Methods inherited from interface EngineInterface

    engine$self
  • Method Details

    • engine$process

      default void engine$process(Map<net.minecraft.resources.Identifier, com.mojang.blaze3d.pipeline.RenderTarget> externalTargets, com.mojang.blaze3d.resource.GraphicsResourceAllocator resourceAllocator)
      Processes the post-chain using the given external targets and resource allocator.