Skip to main content
Version: GeckoLib5

RenderPassInfo

RenderPassInfo is an object all GeoRenderers create to hold all other objects used in a render pass.

This allows GeckoLib to reduce the number of parameters in the various renderer methods, as well as be more flexible and powerful with its render handling.

All bone manipulation, RenderState data, and other render-related data is stored in the RenderPassInfo.

More information

For more information, see the RenderPassInfo page.