Changeset 37773 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Jul 4, 2011 6:07:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c
r37772 r37773 690 690 || GL_SAMPLER_CUBE==type 691 691 || GL_SAMPLER_1D_SHADOW==type 692 || GL_SAMPLER_2D_SHADOW==type) 692 || GL_SAMPLER_2D_SHADOW==type 693 || GL_SAMPLER_2D_RECT_ARB==type 694 || GL_SAMPLER_2D_RECT_SHADOW_ARB==type) 693 695 { 694 696 return GL_TRUE; … … 1105 1107 case GL_SAMPLER_1D_SHADOW: 1106 1108 case GL_SAMPLER_2D_SHADOW: 1109 case GL_SAMPLER_2D_RECT_ARB: 1110 case GL_SAMPLER_2D_RECT_SHADOW_ARB: 1107 1111 diff_api.Uniform1iv(location, 1, pIdata); 1108 1112 break;
Note:
See TracChangeset
for help on using the changeset viewer.