direct3d9
Direct3D 9 Creation and Releasing Threads?
I have an application that uses Direct3D for rendering viewports and it\'s made as a separate DLL module from the main application which links to it at run-time.The main application is a C# program.[详细]
2023-02-04 18:51 分类:问答Does someone know of some fixed pipeline shader tutorial or samples?
I ammaking a game with 3d gamestudio a8 free edition. The free edition doesn\'t support shader, it only supports fixed pipeline shaders. There are some samples 开发者_开发百科in the wiki of 3d gamestu[详细]
2023-01-22 02:54 分类:问答How to enable VSYNC in D3D windowed app?
So, Im using D3D in a windowed application. I inited D3D with the following parameters: windowed: true;[详细]
2023-01-19 12:32 分类:问答Release Direct3D resources left behind by forcefully terminated application
I\'m working on a Direct3D application and I sometimes need to terminate the application forcefully via the debugger. After the application has been terminated in this way a couple of times, Direct3D[详细]
2023-01-13 10:35 分类:问答Drawing sprites on D3D device
I have a hooked DirectX used in C++ code that draws text and sprite. I tested it and it drew well onto 2D application. However, when I tried it with 3D application (some complex game actually), only t[详细]
2023-01-13 03:25 分类:问答Boggling Direct3D9 dynamic vertex buffer Lock crash/post-lock failure on Intel GMA X3100
For starters I\'m a fairly seasoned graphics programmer but as wel all know, everyone makes mistakes. Unfortunately the codebase is a bit too large to start throwing sensible snippets here and re-crea[详细]
2022-12-31 14:47 分类:问答What are possible causes of IDirect3DVertexBuffer9::Lock failing?
In error reports from some end users of our game I have quite often se开发者_开发技巧en following behaviour: IDirect3DVertexBuffer9::Lock fails, returned error code is D3DERR_NOTAVAILABLE.[详细]
2022-12-28 23:52 分类:问答HLSL - How can I set sampler Min/Mag/Mip filters to disable all filtering/anti-aliasing?
I have a tex2D sampler I want to only return precisely those colours that are present on my texture. I am using Shader Model 3, so cannot use load.[详细]
2022-12-27 18:52 分类:问答Cooresponding CopyResource method in D3D9
I know it\'s easy to copy ve开发者_如何转开发rtex/index buffer in D3D10 with IDirect3D10::CopyResource(...)[详细]
2022-12-26 05:43 分类:问答HLSL and ID3DXFont/ID3DXSprite
I\'ve started at the beginning, and my code will capably display the grand total of some text. I\'ve been adding support for sprites. The trouble that I\'ve run in to, is that it doesn\'t seem to reco[详细]
2022-12-21 13:49 分类:问答