|
|
| SwapChain (const SwapChain &)=delete |
| |
|
SwapChain & | operator= (const SwapChain &)=delete |
| |
|
| SwapChain (SwapChain &&) |
| |
|
SwapChain & | operator= (SwapChain &&) |
| |
|
void | CleanSwapChain () |
| |
|
vc::Error | InitSwapChainSettings (const Surface *surface) |
| |
|
int | GetSamples () const |
| |
|
void | SetSamples (const int samples) |
| |
|
const vc::Vector< ImageView > & | GetSwapChainImageViews () const |
| |
| vc::Error | InitSwapChain () |
| | Inits Swap chain and swap chain image views.
|
| |
|
|
const Surface * | surface |
| |
|
VkSurfaceFormatKHR | activeSurfaceFormat |
| |
|
VkPresentModeKHR | activePresentMode |
| |
|
VkExtent2D | extent |
| |
|
VkViewport | viewport |
| |
|
VkRect2D | scissor |
| |
|
VkSwapchainKHR | swapChain |
| |
|
vc::Vector< VkImage > | swapChainImageHandles |
| |
◆ InitSwapChain()
| vc::Error venom::vulkan::SwapChain::InitSwapChain |
( |
| ) |
|
Inits Swap chain and swap chain image views.
- Returns
- Error
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/include/venom/vulkan/SwapChain.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/src/SwapChain.cc