Interface VulkanLWJGLScalarArrays.IntGetterType<T>

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

public static interface VulkanLWJGLScalarArrays.IntGetterType<T>
A function from T to int
  • Method Summary

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