]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/rendertarget.h
Update and improve documentation
[libs/gl.git] / source / render / rendertarget.h
index bad7845c4064d1bb1c7993a97565a8aa071db81c..98189e78d17731215b096be9513846e1caa9a733 100644 (file)
@@ -9,6 +9,12 @@ namespace GL {
 class Texture;
 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.
+*/
 class RenderTarget
 {
 private: