Class FrameData
Data that is duplicated for every frame in the swapchain.
This typically includes a framebuffer and command pool.
class FrameData
: gfx.core.rc.AtomicRefCounted
;
Constructors
Name | Description |
this
(device, queueFamilyIndex, swapChainColor)
|
|
Fields
Name | Type | Description |
cmdPool
|
gfx.core.rc.Rc!(gfx.graal.cmd.CommandPool) | |
fence
|
gfx.core.rc.Rc!(gfx.graal.sync.Fence) | To keep track of when command processing is done.
|
size
|
Size | Size of this frame's framebuffer.
|
swapChainColor
|
gfx.graal.image.ImageBase | |