]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/rendertarget.h
Rework multisample resolve to use resolve attachments
[libs/gl.git] / source / render / rendertarget.h
index b7d4af03840f4e81196fad3222255b74be345732..a59e382c105f81ad18916056deab8a94e27f333c 100644 (file)
@@ -14,7 +14,8 @@ class Texture2D;
 Wraps a Framebuffer and its attachments for easier management.
 
 All attachments will be created as 2D or 2D multisample textures, depending on
-the sample count of the format.
+the sample count of the format.  For multisampled formats, resolve attachments
+are also created.
 */
 class RenderTarget: public NonCopyable
 {