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
-
Method Details
-
get
- Parameters:
value- The input value- Returns:
- A long value from
value - Throws:
VulkanException- If required
-