Most voted "directx" questions
Directx is a collection of Microsoft graphic Apis, widely used for 3D graphics and in games.
Learn more…6 questions
Sort by count of
-
11
votes1
answer3160
viewsExcept Print Screen C#
There is a game called Tibia (In same window mode) that when trying to take a print screen the game ends up obscuring the image leaving only the whole black game screen independent if the print…
-
6
votes1
answer155
viewsC++ overhead in method header
I’ve been analyzing the performance of a Directx renderer through the VS2015 Performance Profiler tool and it pointed me to an overhead in the header of a very requested renderer method, as shown…
-
4
votes1
answer55032
viewsWhat is the difference and advantages of Opengl and Directx and when to use?
I have entered some sites and some speak well of Opengl for being cross-platform, others advocating the use of directx due to being microsoft and say it is easier to use, others talk to instead of…
-
2
votes0
answers149
viewsGame Development - Opengl, Directx
I am beginning to study Apis for graphic development and I have a pertinent question. When games are developed, Apis are necessarily used. My question is regarding the development of the same game…
-
1
votes1
answer84
viewsHow to discover all the objects in a Joystick?
I am compiling a project for Win32 using the Directx Directinput library to manage Joysticks. I tried to successfully identify if any Joystick is connected through the enumeration: uses Classes,…
-
0
votes0
answers21
viewsImage resizing dds via software
I’m having a little doubt, I was analyzing the files of a software in Directx 8 and I saw that it does something that I can not understand how, it takes a base image, let’s call frame dds. and…