c# - Vector2 does not exist in the namespace 'SharpDX' -
im trying use sharpdx render graphics running trouble off. have imported sharpdx, d3dcompiler 3d11 , dxgi yet simple of drawing operations not work error list tells me type or namespace 'vector2' not exist in namespace 'sharpdx'
i've had @ solution sharpdx on github , indeed have class called vector2 in namespace called sharpdx confused why cannot call it
assuming using sharpdx 3.0+, need add reference sharpdx.mathematics
assembly integrated core assembly separated.
Comments
Post a Comment