Questions tagged [directx-9]

DirectX 9 is the 9th version of Microsoft's DirectX API, which is used to develop and handle tasks related to Multimedia, such as game programming, 3d visualizations and video on Microsoft platforms including Windows XP, Windows Server 2003, and Xbox 360.

DirectX 9 is the 9th version of Microsoft's DirectX API, which is used to develop and handle tasks related to Multimedia, such as game programming, 3d visualizations and video on Microsoft platforms.

664 questions
-2
votes
1 answer

why does directx 9 lack of resources? c++

directx 9 is most library i have found that doesn't have any free tutorials or resources. why is that?
Ramilol
  • 3,394
  • 11
  • 52
  • 84
-2
votes
2 answers

What is the D3D12 equivalent of Direct3DCreate9(D3D_SDK_VERSION)?

So I am currently coding a D3D12 engine and was wondering what the D3D12 equivalent of this D3D9 function is ? direct3D = Direct3DCreate9(D3D_SDK_VERSION);
Arjan Singh
  • 169
  • 3
  • 11
-3
votes
2 answers

Game map for DirectX

I am making a game in DirectX 9/C++. I do not have a lot of knowledge about directX. I want to make a map for my game similar to GTA 1. I want to know is there a way to make whole map in some other software and then import and render that map in my…
Talha5389
  • 738
  • 1
  • 9
  • 22
-3
votes
2 answers

Destructor to clean up resource

In an application, a resource is any virtual components used by the application, such as texture and sound. Can we clean up a resource with destructor? If can, provide an demonstration example. Thanks. I try to use destructor to do clean up but the…
zzz
  • 161
  • 4
  • 12
1 2 3
44
45