| void Spices::RendererResource::OnResized | ( | uint32_t | width, |
| uint32_t | height ) |
Called On SwapChain Resized. Event received from VulkanRenderBackEnd.
| [in] | width | The new width of this resource. |
| [in] | height | The new height of this resource. |
Go on if can resize,
Update info's width.
Update info's height.
Recreate the texture with specific info.
Go on if can resize,
Update info's width.
Update info's height.
Recreate the texture with specific info.
Definition at line 42 of file RendererResource.cpp.
References m_IsResizeable.