]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
r_viewscale now works (with or without r_viewfbo), this allows reduced
[xonotic/darkplaces.git] / client.h
index b9077cc4b6b82bc0c80baf17da2e18a91f4003b0..0df5daeea926cd23146d55281e333ee55858d7f1 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1656,7 +1656,7 @@ typedef struct r_refdef_view_s
        int width;
        int height;
        int depth;
-       r_viewport_t viewport;
+       r_viewport_t viewport; // note: if r_viewscale is used, the viewport.width and viewport.height may be less than width and height
 
        // which color components to allow (for anaglyph glasses)
        int colormask[4];