Searched defs:vertex_caps (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2921 struct wined3d_vertex_caps vertex_caps; local
3162 adapter->vertex_pipe->vp_get_caps(gl_info, &vertex_caps);
3163 adapter->d3d_info.xyzrhw = vertex_caps.xyzrhw;
4338 struct wined3d_vertex_caps vertex_caps; local
4698 adapter->vertex_pipe->vp_get_caps(&adapter->gl_info, &vertex_caps);
4713 caps->MaxUserClipPlanes = vertex_caps.max_user_clip_planes;
4714 caps->MaxActiveLights = vertex_caps.max_active_lights;
4715 caps->MaxVertexBlendMatrices = vertex_caps.max_vertex_blend_matrices;
4716 caps->MaxVertexBlendMatrixIndex = vertex_caps.max_vertex_blend_matrix_index;
4717 caps->VertexProcessingCaps = vertex_caps
[all...]

Completed in 46 milliseconds