direct3d
draw over opengl/D3D with GDI?
I\'m wondering if it\'s possible to draw over an opengl/direct3D surface with GDI? and if so, how might it be done?[详细]
2023-01-15 22:05 分类:问答Cost much memory when creating several vertex and index buffer
I met a very weird issue. When I create some very simple VertexBuffer and IndexBuffer in D3D, the memory consumption reported from TaskManager is huge.[详细]
2023-01-15 12:41 分类:问答Obtaining minimum and maximum rendered UV values (Direct3D)
I need to calculate the minimum and maximum UV values assigned to the pixels produced when a given object is drawn onscreen from a certain perspective. For example, if I have a UV-mapped cube but only[详细]
2023-01-15 10:38 分类:问答Set Individual Pixels on Back Buffer
I want to be able to set the individual pixels of the back buffer in my program in an efficient way. This is what I call in my rendering function:[详细]
2023-01-14 11:35 分类:问答How do I make d3d use my vertex alpha values?
I\'m trying to render a textured quad in d3d, and its not using the alpha values of the VERTICES of the quad the texture is being rendered to.Rather it is using the alpha of the TEXTURE.[详细]
2023-01-14 02:54 分类:问答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 分类:问答SlimDX: Cannot see Direct3D debug output in Visual Studio 2010
I\'ve installed the June 2010 SDK Enabled the Debug Runtime in the DirectX Control Panel set the Debug Output Level to maximum (More)[详细]
2023-01-13 04:27 分类:问答Direct3D vector output?
Is there any means to interpret Direct3D output as a series of vectors instead of a raster image? I am hoping I could use such a feature to generate a PDF file containing the rendered Direct3D output.[详细]
2023-01-12 20:25 分类:问答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 分类:问答Can any .X (DirectX 3D object) be used as progressive mesh?
I\'m learning about Direct3D\'s progressive mesh. I tried the SDK sample (ProgressiveMesh) and fiddle with the code to replace the default object with some other .X file.[详细]
2023-01-12 07:18 分类:问答