Interface VulkanLWJGLScalarArrays.LongGetterType<T>

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

public static interface VulkanLWJGLScalarArrays.LongGetterType<T>
A function from T to long
  • Method Summary

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

    • get

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