add some notes to AcquireSwapchainTexture

pull/17/head
cosmonaut 2022-03-02 10:13:52 -08:00
parent c34f74a99d
commit f6369b6bce
1 changed files with 3 additions and 0 deletions

View File

@ -656,6 +656,9 @@ namespace MoonWorks.Graphics
/// <summary>
/// Acquires a swapchain texture.
/// This texture will be presented to the given window when the command buffer is submitted.
/// Can return null if the swapchain is unavailable. The user should ALWAYS handle the case where this occurs.
/// If null is returned, presentation will not occur.
/// It is an error to acquire two swapchain textures from the same window in one command buffer.
/// </summary>
public Texture? AcquireSwapchainTexture(
Window window