Commit cb677f63 authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

Add the beginnings of support for texture coordinates.

parent 2aad01e2
......@@ -262,6 +262,7 @@ struct IDirect3DDevice8Impl
D3DMATRIX lastProj;
D3DMATRIX lastView;
D3DMATRIX lastWorld0;
D3DMATRIX lastTexTrans[8];
/* OpenGL related */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment