0
votes
2answers
32 views
+100
WPF ShaderEffect with PS 3.0 shaders
Where could I find examples of PS 3.0 shaders used as ShaderEffects for WPF 4? I'm looking for tutorials, presentations, any resource on this matter.
1
vote
4answers
31 views
DirectX 11 Compute Shader - not writing all values
I am trying some experiments in fractal rendering with DirectX11 Compute Shaders.
The provided example runs on a FeatureLevel_10 device.
My RwStructured output buffer has a data f …
0
votes
1answer
28 views
Is it possible to use a pixel shader inside a sprite?
Dear all,
Is it possible to use a pixel shader inside a sprite?
I have create a simple pixel shader, that just writes red color, for
testing.
I have surrounded my Sprite.DrawImag …
0
votes
0answers
7 views
Basic samples for shader in Managed DirectX
I am new write a pixel shader and use in my managed directx project, where i can get some basic sample to start it.
0
votes
1answer
28 views
Fragment shaders: output variables
Reading the GLSL 1.40 specification:
Fragment outputs can only be float,
floating-point vectors, signed or
unsigned integers or integer vectors,
or arrays of any these. M …
-1
votes
0answers
29 views
Shader files for hue\saturation\brightness
I am new to write a shader files(.fx), how can i write shader file to set hue\brigtness\contrast.
0
votes
1answer
22 views
ATIX550 Can‘t use HardwareShadowMap in Cg?
sorry about my English. I am not good at English.
Exactly the same code,in the GF7600GT, Tex2Dproj can return the correct value. But the X550 return to the depth of texture samples …
0
votes
1answer
39 views
How does this work in computing the depth map?
From this site: http://www.catalinzima.com/?page%5Fid=14
I've always been confused about how the depth map is calculated.
The vertex shader function calculates position as follo …
1
vote
2answers
230 views
Calculating 3D tangent space
In order to use normal mapping in GLSL shaders, you need to know the normal, tangent and bitangent vectors of each vertex. RenderMonkey makes this easy by providing it's own predef …
0
votes
6answers
538 views
How can I tint a sprite to white in XNA?
I don't think this is possible just using the color setting in SpriteBatch, so I'm trying to work out a simple shader that would take every pixel and make it white, while respectin …
1
vote
3answers
50 views
Setting a texture in a pixel shader and making it the render target?
I was wondering, if I render a scene using a shader to which I pass in a texture that also happens to be the render target for that scene will it cause any unwanted behaviour?
So …
0
votes
1answer
68 views
GL fragment shaders 101
I want to add a GLSL fragment shader to a program of mine, however I have been unable to find comprehensive documentation related to the C language (not C++ or C#).
Anyone has exa …
1
vote
5answers
122 views
inverse FFT in shader language?
Hi,
does anyone know an implementation of the inverse FFT in HLSL/GLSL/cg ... ?
It would save me much work.
Best,
heinrich
0
votes
2answers
46 views
Can I use a vertex shader to display a models normals?
I'm currently using a VBO for the texture coordinates, normals and the vertices of a (3DS) model I'm drawing with "glDrawArrays(GL_TRIANGLES, ...);". For debugging I want to (tempo …
0
votes
2answers
137 views
OpenGL texture base internal format to a shader
I am trying to mimic the behavior of OpenGL glTexEnv with a shader. It is quite complex function but should be doable. The only problem is that the function works differently depen …
