Changeset 32461 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/glsl_shader.c
- Timestamp:
- Sep 13, 2010 5:59:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/glsl_shader.c
r30885 r32461 773 773 { 774 774 const struct wined3d_gl_info *gl_info = context->gl_info; 775 #ifdef VBOXWDDM 776 IWineD3DDeviceImpl *device = context->device; 777 #else 775 778 IWineD3DDeviceImpl *device = context->swapchain->device; 779 #endif 776 780 IWineD3DStateBlockImpl* stateBlock = device->stateBlock; 777 781 struct shader_glsl_priv *priv = device->shader_priv; … … 4616 4620 { 4617 4621 const struct wined3d_gl_info *gl_info = context->gl_info; 4622 #ifdef VBOXWDDM 4623 IWineD3DDeviceImpl *device = context->device; 4624 #else 4618 4625 IWineD3DDeviceImpl *device = context->swapchain->device; 4626 #endif 4619 4627 struct shader_glsl_priv *priv = device->shader_priv; 4620 4628 GLhandleARB program_id = 0;
Note:
See TracChangeset
for help on using the changeset viewer.