Top "Direct3d" questions

Direct3D is a high-performance, COM-based API for accessing graphics hardware (GPUs) in a device-independent way on Microsoft platforms.

Direct3D 11 effect files deprecated?

I've been playing around with Direct3D 11 a little bit lately and have been frustrated by the lack of documentation …

direct3d
Displaying a video in DirectX

What is the best/easiest way to display a video (with sound!) in an application using XAudio2 and Direct3D9/10? …

c++ video directx direct3d xaudio2
How are 3D games so efficient?

There is something I have never understood. How can a great big PC game like GTA IV use 50% of my …

performance opengl direct3d
Mesh rendering using Octree algorithm

I'm the founder of SceneMax - a 3D scripting language since 2005. I want to add a scene rendering using one …

c++ direct3d octree 3d-engine
C# Capturing Direct 3D Screen

I have been fooling around with screen capture for awhile now and I managed to capture the entire screen, certain …

c# direct3d gif screen-capture
read pixel data from render target in d3d11

I set a texture2d as a device render target. After draw, how can i read and write pixels from …

graphics textures direct3d direct3d11
How to find out real screen refresh rate (not the rounded number)

According to this article by Microsoft the screen refresh rate set by the user can be (and is mostly) a …

windows winapi directx direct3d
Drawing 2D with SlimDX

Hello I'm having trouble rendering correctly sprite with SlimDX. It draws a little scaled just like .NET Drawing DrawImageUnscaled does. …

c# 2d direct3d slimdx
OpenGL still better than Direct3D for non-games?

The standard model has been that OpenGL is for professional apps (CAD) and Direct3D is for games. With the …

opengl directx direct3d
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