Changeset 41821 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 19, 2012 11:49:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/glsl_shader.c
r40964 r41821 1076 1076 max_constantsF = gl_info->limits.glsl_vs_float_constants - 3; 1077 1077 } 1078 #else 1079 max_constantsF = gl_info->limits.glsl_vs_float_constants - 3; 1078 else 1080 1079 #endif 1080 { 1081 max_constantsF = gl_info->limits.glsl_vs_float_constants - 3; 1082 } 1083 1081 1084 if(ctx_priv->cur_vs_args->clip_enabled) 1082 1085 {
Note:
See TracChangeset
for help on using the changeset viewer.