direct3d
Vector text rendering system in Direct3d
Does anyone know of an implementation of vector fonts in direc开发者_JS百科tx? If not does anyone have a good starting place for this?[详细]
2023-03-20 23:46 分类:问答Is there a way to optimize WPF Dirty Rect update rate
I\'m trying to write an application to display multiple video streams, all updating at 25 or 30 images per second.The images are being rendered into WPF controls using Direct3D and some Interop to avo[详细]
2023-03-18 22:28 分类:问答Could depth value be greater than 1?
In D3D HLSL, we could output the depth value into depth register in Pixel Shader directly. But it request the value should be between 0 and 1.[详细]
2023-03-18 16:58 分类:问答Prevent Direct3D viewport image from scaling (SlimDX)
I have a Direct3D11 scene set up in SlimDX in a window.The rendering is done in a separate thread. Is there a way to keep the renderer from stretching the image when it draws to the resized control?I[详细]
2023-03-17 06:34 分类:问答D3DImage leaks?
I am using D3DImage with SlimDX. I have created a class called D3DImageSource which inherits D3DImage and creates a SlimDX.D3D9.Surface in it\'s ctor. The surface is assigned to the D3DImage in the[详细]
2023-03-16 17:48 分类:问答How can I perform actions while waiting for vertical sync?
I want to be able to load/download a bunch of resources and notify the user of the file that\'s currently being loaded, but I can\'t just draw a frame after each file starts loading because v-sync wil[详细]
2023-03-15 01:03 分类:问答How are Direct3D and OpenGL instructions handled in a graphics card?
I am trying to understand better how GPUs work, and I am confused about how they handled high level APIs like Direct3D or OpenGL. It is very common to see graphic cards advertising they support Direct[详细]
2023-03-12 20:04 分类:问答Loading and using an HLSL shader?
I\'ve been looking everywhere and all I can find are tutorials on writing the shaders. None of them showed me how to incorporate them into my scene.[详细]
2023-03-12 09:46 分类:问答What happens during a display mode change?
What happens during a display mode change (resolution, depth) on an ordinary computer? (classical stationarys and laptops)[详细]
2023-03-12 05:46 分类:问答Ball Rolling in DirectX with C#
Im trying to create a seesaw with ball on its shape, that based on the shapes angle, the ball rolls. Here is the screenshot of it.[详细]
2023-03-11 18:58 分类:问答