Example.FrameData

Data that is duplicated for every frame in the swapchain This typically include framebuffer and command pool.

Constructors

this
this(ImageBase swcColor)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cmdPool
Rc!CommandPool cmdPool;
Undocumented in source.
fence
Rc!Fence fence;
Undocumented in source.
size
uint[2] size;
Undocumented in source.
swcColor
ImageBase swcColor;
Undocumented in source.

Inherited Members

From AtomicRefCounted

dispose
void dispose()
Undocumented in source.

Meta