Class VMALWJGLAllocatorProvider
java.lang.Object
com.io7m.jcoronado.lwjgl.VMALWJGLAllocatorProvider
- All Implemented Interfaces:
VMAAllocatorProviderType
A LWJGL-based allocator provider.
-
Method Summary
Modifier and TypeMethodDescriptionstatic VMAAllocatorProviderTypecreate()Create a new allocator.
-
Method Details
-
create
- Returns:
- A new allocator provider
-
providerName
- Specified by:
providerNamein interfaceVMAAllocatorProviderType- Returns:
- The name of the (software) provider
-
providerVersion
- Specified by:
providerVersionin interfaceVMAAllocatorProviderType- Returns:
- The version of the (software) provider
-
createAllocator
Description copied from interface:VMAAllocatorProviderTypeCreate a new allocator.- Specified by:
createAllocatorin interfaceVMAAllocatorProviderType- Parameters:
info- The creation info- Returns:
- A new allocator
- Throws:
VulkanException- On errors
-