Changeset 53896 in vbox for trunk/include
- Timestamp:
- Jan 21, 2015 12:08:50 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97745
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxOGL.h
r53854 r53896 41 41 * This constant can be increased (multiplied by 10^n) in order to get better precision 42 42 * for scaling factor manipulations. */ 43 #define VBOX_OGL_SCALE_FACTOR_MULTIPLIER 100 .043 #define VBOX_OGL_SCALE_FACTOR_MULTIPLIER 10000.0 44 44 45 45 /* 3D content scale factor range bounds. */ 46 #define VBOX_OGL_SCALE_FACTOR_MIN 0. 547 #define VBOX_OGL_SCALE_FACTOR_MAX 2.046 #define VBOX_OGL_SCALE_FACTOR_MIN 0.01 47 #define VBOX_OGL_SCALE_FACTOR_MAX 10.0 48 48 49 49 bool RTCALL VBoxOglIsOfflineRenderingAppropriate(void);
Note:
See TracChangeset
for help on using the changeset viewer.