From a762a80c4ff71e54450459b2398109c8636d96ee Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 6 Mar 2024 16:18:07 -0800 Subject: [PATCH] adjust comment on internal Texture constructor --- src/Graphics/Resources/Texture.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Graphics/Resources/Texture.cs b/src/Graphics/Resources/Texture.cs index f793ce1..a1f23c0 100644 --- a/src/Graphics/Resources/Texture.cs +++ b/src/Graphics/Resources/Texture.cs @@ -176,8 +176,7 @@ namespace MoonWorks.Graphics Size = Width * Height * BytesPerPixel(Format) / BlockSizeSquared(Format); } - // Used by AcquireSwapchainTexture. - // Should not be tracked, because swapchain textures are managed by Vulkan. + // Used by Window. Swapchain texture handles are managed by the driver backend. internal Texture( GraphicsDevice device, TextureFormat format