Interface VulkanLWJGLScalarArrays.FloatGetterType<T>

Type Parameters:
T - The type of input values
Enclosing class:
VulkanLWJGLScalarArrays

public static interface VulkanLWJGLScalarArrays.FloatGetterType<T>
A function from T to float
  • Method Summary

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

    • get

      float get(T value) throws VulkanException
      Parameters:
      value - The input value
      Returns:
      A float value from value
      Throws:
      VulkanException - If required