direct3d10
Detecting memory leaks on Ref-counted COM objects (Addref without Release)
I\'m writing a Direct3D 10 application and want to make sure I don\'t have COM objects leaking. Yes, I am wrapping the interfaces with CComPtr, but I\'d like a leak check anyway for the same reason I[详细]
2023-03-28 09:46 分类:问答Problems with creating a DirectX 10 device and swap chain
I am having some problems with creating a valid DirectX 10 device and swap chain using D3D10Create开发者_如何学GoDeviceAndSwapChain. I think it might be my window creation that something goes wrong in[详细]
2023-03-27 03:19 分类:问答Missing depth info after first mesh
I\'m using SlimDX for a Direct3D 10 apps. In the apps I\'ve loaded 2 to more mesh, with images loaded as texture and using a fx code for shader. The code was modified from SlimDX\'s sample \"SimpleMod[详细]
2023-02-14 00:05 分类:问答Is there a performance penalty for creating Direct3D vertices with all semantic types?
In Direct3D, you can create any type of Vertex you like. You can have a simple Vertex with just positional info开发者_高级运维rmation, or you could add colour info, texture info, etc etc.[详细]
2023-01-19 14:23 分类:问答direct3D 10 & 11
Is there a big diffe开发者_运维问答rence (in the way of coding, ...) between the direct3d sdk 10 and 11, like \"it was\" between direct3d 9 and 10 ?[详细]
2023-01-12 08:39 分类:问答Setting a Texture in a shader's constant buffer in D3D10
Ok I have a shader compiled up under D3D10. I am obtaining a shader reflection to get details of all the constants/globals in the shader.However I\'m a little conf开发者_StackOverflowused on somethin[详细]
2023-01-06 19:15 分类:问答Shared Resources in SlimDX with DX10
I\'m trying out the shared resources feature of DX10, as I needed this for one of my project. But I\'m can\'t find much sample or code especially using SlimDX. According to DX10 documentation, I just[详细]
2023-01-06 13:07 分类:问答Issues passing values to shader
I am having issues passing values to my shader. My application compiles fine, but my cube object won\'t shade. Below is majority of my code.[详细]
2023-01-01 07:38 分类:问答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 分类:问答Querying a view in SQLAlchemy
I want to know if SQLAlchemy has problems querying a view. If I query the view with normal SQL on the server like:[详细]
2022-12-16 22:11 分类:问答