Top "Directx" questions

DirectX is a collection of APIs for handling tasks related to multimedia, especially 3D graphics and game programming and video, on Microsoft platforms.

the type or namespace name 'directx' does not exist in the namespace 'microsoft'

I have been trying to include DirectX in C sharp project (Visual Studio 2010). I installed DirectX SDK and included the …

c# visual-studio-2010 directx directx-9
Send keyboard and mouse events to DirectX application in C#?

I need to send global keystrokes and mouse events to another application, which is coincidentally using using DirectX. (No controls/…

c# directx mouseevent sendkeys sendinput
DirectX/C++ 3D Engine programming: Learn now, or wait for DirectX 12?

I'm a relatively ok-ish programmer, but my main focus has been in application development with C# so far. I have …

c++ 3d directx game-engine direct3d
What are all the different HLSL sampler types for?

I'm working with DX9/SM3 at the moment, and the MSDN documentation on HLSL samplers seems to be sorely lacking …

directx direct3d shader hlsl
How can I get a vector type in C#?

I want to use Vectors in a C# application I'm writing, sepcifically a Vector3. What's the best way for me …

c# vector directx
compute shader with numthreads (1,1,1) runs extremly slow

I am just beginning to learn DirectX programming, using F# and SharpDX as .NET wrapper. As a test case I …

directx hlsl compute-shader directcompute
What's a good 2D graphics drawing API for Windows/C++?

I've been working on a small little application, and I've been using DirectX/3D to draw textures to the screen (…

c++ windows api directx drawing2d
VC++ Building directshow baseclasses

I am a newbie to DirectX SDK, Platfrom SDK and DirectShow. I downloaded latest Platform SDK and DirectX SDK August'09. …

c++ makefile directx platform-sdk
HLSL invalid ps_2_0 input semantic POSITION0

I'm attempting to write a phong shader effect for Dx9 in RenderMonkey. I'm getting a compile error in the pixel …

directx hlsl directx-9 rendermonkey
How can I develop universal windows 10 apps with pure C++ and not C++/CLI?

I want to develop universal windows apps using C++/DirectX/XAML. But it seems like there's no way to escape …

c++ windows directx programming-languages win-universal-app