14 years, 3 months ago
Highlights
14 years, 3 months ago
I would run the executable from PIX to see step by step where things go wrong. I would start by confirming that the texture contain what I expect. I will give that a shot. Visua…
14 years, 3 months ago
I'm sending a array of data to the GPU (as a 1D texture) that I sample in my pixel shader. I use the data to draw a figure onto a quad in the PS. Everything's kosher unt…
14 years, 3 months ago
Keep in mind that SamplerStateDescription (like in C++) is not initialized, so you should probably better set min/max lod... I cut out those values to make the code paste shorte…
14 years, 3 months ago
Latest Activity
I would run the executable from PIX to see step by step where things go wrong. I would start by …
14 years, 3 months ago
Keep in mind that SamplerStateDescription (like in C++) is not initialized, so you should probably better set min/max lod... I …
14 years, 3 months ago
I'm sending a array of data to the GPU (as a 1D texture) that I sample in my pixel shader. …
14 years, 3 months ago