I'm studying D3D to make 2Dgame.
I'm tried to make a 2D sprite texture with CreateWICTextureFromFile function is in DTK.
But I wanna get transparent background color with that texture but I coulndt find any options to do that
anybody can help
I'm studying D3D to make 2Dgame.
I'm tried to make a 2D sprite texture with CreateWICTextureFromFile function is in DTK.
But I wanna get transparent background color with that texture but I coulndt find any options to do that
anybody can help
Take a look at this page https://github.com/microsoft/DirectXTK/wiki/Sprites-and-textures, the cat appears to have a transparent background
Doug