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