Module teraflop.platform.vulkan

Utilities for gfx graphics library integration.

Functions

NameDescription
uniformAlignment(physicalDevice, size) Pad a given size by the device's minimum uniform buffer offset alignment.

Interfaces

NameDescription
SurfaceSizeProvider

Classes

NameDescription
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.