sprites

  1. isenhand

    Device' cannot be converted to 'System.IntPtr'

    I have a bit of a problem with programming sprites with VB.net. According to the documentation from MS, there are three overloaded constructors: Sprite.Sprite Constructor () Initializes a new instance of the Sprite class. Overload List public Sprite(Device); public Sprite(ID3DXSprite)...
Back
Top