vincentnl
Freshman
I am using C#, DirectX 9.0, and I am trying to make a 2D puzzle game(sokoban). (newbie question)
I want to display a bitmap, so I want to use TextureLoader, but It does not appear in my intellisense ?
I have in my references a.o.
using System;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;
When will it show up? Do I have to create the Textureloader, of is it an abstract class?
tx
I want to display a bitmap, so I want to use TextureLoader, but It does not appear in my intellisense ?
I have in my references a.o.
using System;
using Microsoft.DirectX;
using Microsoft.DirectX.Direct3D;
When will it show up? Do I have to create the Textureloader, of is it an abstract class?
tx