Interface VulkanLWJGLArrays.PackingFunctionType<A, T extends org.lwjgl.system.Struct<T>>
- Type Parameters:
A- The type of input valuesT- The type of output structures
- Enclosing class:
VulkanLWJGLArrays
public static interface VulkanLWJGLArrays.PackingFunctionType<A, T extends org.lwjgl.system.Struct<T>>
The type of functions that can pack values of type
A into
structures of type T.-
Method Summary
-
Method Details
-
pack
Pack a value.- Parameters:
stack- The stack from which to allocatevalue- The source valueoutput- The output structure- Throws:
VulkanException- If required
-