Interface Pipeline.InstanceAssembler

Enclosing class:
Pipeline
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Pipeline.InstanceAssembler
  • Method Summary

    Modifier and Type
    Method
    Description
    assemble(InstanceType<?> instanceType)
    Generate the source component necessary to convert a packed Instance into its shader representation.
  • Method Details

    • assemble

      SourceComponent assemble(InstanceType<?> instanceType)
      Generate the source component necessary to convert a packed Instance into its shader representation.
      Returns:
      A source component defining functions that unpack a representation of the given instance type.