Module teraflop.platform.vulkan
Utilities for gfx graphics library integration.
Functions
Name | Description |
uniformAlignment(physicalDevice, size)
|
Pad a given size by the device's minimum uniform buffer offset alignment.
|
Classes
Name | Description |
FrameData
|
Data that is duplicated for every frame in the swapchain.
This typically includes a framebuffer and command pool.
|
OneTimeCmdBufPool
|
A factory for one time submission command buffers.
Generally used for transfer operations, or image layout change.
|