SwapchainExample

Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void prepare()
Undocumented in source. Be warned that the author may not have intended to support it.
prepareCmds
void prepareCmds()
Undocumented in source. Be warned that the author may not have intended to support it.
prepareDevice
void prepareDevice()
Undocumented in source. Be warned that the author may not have intended to support it.
prepareSwapchain
void prepareSwapchain(Swapchain former)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareSync
void prepareSync()
Undocumented in source. Be warned that the author may not have intended to support it.
recordCmds
void recordCmds()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

device
Rc!Device device;
Undocumented in source.
display
Rc!Display display;
Undocumented in source.
graphicsQueue
Queue graphicsQueue;
Undocumented in source.
graphicsQueueIndex
uint graphicsQueueIndex;
Undocumented in source.
hasAlpha
bool hasAlpha;
Undocumented in source.
imageAvailableSem
Rc!Semaphore imageAvailableSem;
Undocumented in source.
instance
Rc!Instance instance;
Undocumented in source.
physicalDevice
PhysicalDevice physicalDevice;
Undocumented in source.
presentCmdBufs
CommandBuffer[] presentCmdBufs;
Undocumented in source.
presentPool
Rc!CommandPool presentPool;
Undocumented in source.
presentQueue
Queue presentQueue;
Undocumented in source.
presentQueueIndex
uint presentQueueIndex;
Undocumented in source.
renderingFinishSem
Rc!Semaphore renderingFinishSem;
Undocumented in source.
scImages
ImageBase[] scImages;
Undocumented in source.
surfaceSize
uint[2] surfaceSize;
Undocumented in source.
swapchain
Rc!Swapchain swapchain;
Undocumented in source.
window
Window window;
Undocumented in source.

Inherited Members

From Disposable

dispose
void dispose()

Dispose the underlying resource

Meta