directx-10
Win32: No Window Appears
I was programming the example code from Frank Luna\'s book \"Introduction to 3D Game Programming with DirectX 10\". The code is the first Win32 example in the Appendix A: Windows Programming section.[详细]
2023-01-03 12:50 分类:问答understanding z buffer formats direct x
开发者_开发百科A z buffer is just a 3d array that shows what object should be written in front of another object. each element in the array represents a pixel that holds a value from 0.0 to 1.0. My qu[详细]
2022-12-26 23:31 分类:问答specify query timeout when using toplink essential query hint
For glassfish v2, I have searched through the web and I cannot find anyway to specify query timeout when using TopLink essential query hint. We have another option to migrate to EclipseLink but that i[详细]
2022-12-23 17:56 分类:问答DirectX 10 Primitive is not displayed
I am trying to write my first DirectX 10 program that displays a triangle. Everything compiles fine, and the render function is called, since the background changes to black. However, the triangle I\'[详细]
2022-12-21 06:49 分类:问答Releasing a vertex/index buffer causes warning
When releasing (Release()) a vertex buffer (ID3D10Buffer / D3D10_BIND_VERTEX_BUFFER) which has been used for rendering in the previous frame I get a warning that the buffer is bound:[详细]
2022-12-17 04:31 分类:问答Linker error with DXGI when passing IID_IDXGIDevice to IUnknown::QueryDevice
I am trying to separate Swapchain and Window creation from D3D10 device creation in my rendering framework meaning that I can\'t really use D3D10CreateDeviceAndSwapChain. I am running into an unexpect[详细]
2022-12-16 19:45 分类:问答