Tagged Questions

0
votes
1answer
21 views

How to create Simple HLSL Silverlight filter for blending/playing with/mixing 2 images?

How to create Simple HLSL Silverlight filter for blending/playing with/mixing 2 images? I need some working example of a filter which would take as an input 2 images\objects and r …
0
votes
1answer
39 views

Fetching the vertices from the backbuffer (HLSL) on XNA

Hello and sorry for the obscure title :} I`ll try to explain the best i can. First of all, i am new to HLSL but i understand about the pipeline and stuff that are from the fairy w …
0
votes
2answers
71 views

HTML 5 filter language or some analog of filter language?

Is there in HTML 5 filtering language or some analog of filter language? Something like GLSL / HYDRA / HLSL or just JS pixel filter/shader lib?
0
votes
2answers
65 views

How to create simple blur filter with HLSL (for Silverlight)?

How to create simple Gaussian Blur filter with HLSL (for Silverlight)? Why - I want to create some complex filter for Silverlight and I do not want to apply blur filter and mine se …
0
votes
1answer
81 views

Reading output from geometry shader on CPU

Hi, I'm trying to read the output from a geometry shader which is using stream-output to output to a buffer. The output buffer used by the geometry shader is described like this: …
1
vote
0answers
34 views

How to do smooth Alpha chanel keying with Silverlight 3 Pixel Shaders?

How to do smooth Alpha channel keying with Silverlight 3 Pixel Shaders? I want some HLSL filter (like this Shazzam HLSL example) sampler2D implicitInputSampler : re …
4
votes
1answer
43 views

Can Silverlight play videos with transparency?

Can Silverlight play video with transparency? At least some tricky way for color keying with C# or HLSL? So if you know any way how to please post some info. If yes. What do …
0
votes
1answer
14 views

Silverlight filter/class for cloud generation?

Silverlight filter/class for cloud generation? Some HLSL or just C# class for generating clouds?
0
votes
1answer
22 views

HLSL declaring a pass with angle brackets containing values..

In the directx post process sample the downfilter FX has the following code in it: //----------------------------------------------------------------------------- // Technique: Po …
2
votes
3answers
99 views

Vertex shader world transform, why do we use 4 dimensional vectors?

From this site: http://www.toymaker.info/Games/html/vertex%5Fshaders.html We have the following code snippet: // transformations provided by the app, constant Uniform data float4 …
1
vote
2answers
118 views

HLSL Compiler error?

float4x4 matInvViewProj; float4 GetPointPosition(float2 Tex0) { float4 PosImageSpace; PosImageSpace.xy = float2(Tex0*2-1); PosImageSpace.z = tex2D(DepthTextureSampler, …
0
votes
2answers
434 views

WPF or Silverlight 3 Pixel Shader for Stippling Effect

Can anyone recommend an algorithm for a HLSL Pixel Shader (for WPF or Silverlight 3) to do a stippling effect? Here are some examples: http://www.nolinovak.com/, http://sprouls.com …
0
votes
3answers
83 views

Debugging directx pixel/vertex shaders?

I'm trying to figure out how to debug pixel and vertex shaders in DirectX, I've tried using Pix for Windows but find it to be quite buggy and effectively non-operational. Is there …
0
votes
3answers
825 views

Real HLSL IDE/debugger

Are there any IDE's for developing HLSL code? The three key features I want are: 1) syntax highlighting 2) auto-complete 3) interaction debugging Visual Studio doesn't do any of …
0
votes
3answers
76 views

Given normal map in world space what is a suitable algorithm to find edges?

If I have the vertex normals of a normal scene showing up as colours in a texture in world space is there a way to calculate edges efficiently or is it mathematically impossible? I …

1 2 next
15 30 50 per page