From 3fbf6b13e75c90af9b097c905aeb0c110d3e6fc5 Mon Sep 17 00:00:00 2001 From: "Erik W. Gren" Date: Sat, 7 Dec 2024 22:03:52 +0100 Subject: [PATCH] ResolveTo docs --- blade-graphics/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blade-graphics/src/lib.rs b/blade-graphics/src/lib.rs index 795fc1c..6719137 100644 --- a/blade-graphics/src/lib.rs +++ b/blade-graphics/src/lib.rs @@ -1050,7 +1050,7 @@ pub enum InitOp { pub enum FinishOp { Store, Discard, - /// The resolved texture will be stored but it is undefined what + /// The texture specified here will be stored but it is undefined what /// happens to the original render target ResolveTo(TextureView), Ignore,