Posts by Renan Moura • 11 points
2 posts
-
1
votes0
answers59
viewsQ: Conversion of DWORD
Hello I have the following code snippet #include <windows.h> #include <d3d8.h> #include <d3dx8.h> #pragma comment(lib, "d3d8.lib") #pragma comment(lib, "d3dx8.lib") typedef…
c++asked Renan Moura 11 -
0
votes0
answers21
viewsQ: Image 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…