Interface VeilShaderBufferLayout.Builder.FloatSerializer<T>

Type Parameters:
T - The type of object to get the field from
Enclosing class:
VeilShaderBufferLayout.Builder<T>
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 VeilShaderBufferLayout.Builder.FloatSerializer<T>
Serializes a float field from the specified object.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    serialize(T value)
     
  • Method Details

    • serialize

      float serialize(T value)