Interface VulkanLWJGLArrays.BufferAllocatorType<T extends org.lwjgl.system.Struct<T>,B extends org.lwjgl.system.StructBuffer<T,B>>
- Type Parameters:
T- The type structuresB- The type of output buffers
- Enclosing class:
VulkanLWJGLArrays
public static interface VulkanLWJGLArrays.BufferAllocatorType<T extends org.lwjgl.system.Struct<T>,B extends org.lwjgl.system.StructBuffer<T,B>>
The type of functions that can allocate buffers for structures of type
T.-
Method Summary
-
Method Details
-
allocate
Allocate a buffer.- Parameters:
count- The number of elementsstack- The stack from which to allocate- Returns:
- An allocated buffer
-