Interface VeilShaderBufferLayout.Builder.DoubleSerializer<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.DoubleSerializer<T>
Serializes a double field from the specified object.
  • Method Summary

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

    • serialize

      double serialize(T value)