Tagged Questions

HLSL(High Level Shader Language) is a proprietary shading language developed by Microsoft for use with the Microsoft Direct3D API

learn more… | top users | synonyms

10
votes
3answers
2k views

Shader IDE for GLSL or HLSL

Just wondering what you would class as the best IDE for shaders. I have used RenderMonkey in the past but it is no longer supported by AMD. Had a look and only thing close to it is NVidia's FX ...
8
votes
1answer
195 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 I need? MSDN if ...
7
votes
1answer
192 views

Some simple XNA/HLSL questions

I've been getting into HLSL programming lately and I'm very curious as to HOW some of the things I'm doing actually work. For example, I've got this very simple shader here that shades any teal ...
7
votes
1answer
215 views

Translating C to C# and HLSL: will this be possible?

I've taken on quite a daunting challenge for myself. In my XNA game, I want to implement Blargg's NTSC filter. This is a C library that transforms a bitmap to make it look like it was output on a CRT ...
7
votes
4answers
4k views

Normalizing from [0.5 - 1] to [0 - 1]

I'm kind of stuck here, I guess it's a bit of a brain teaser. If I have numbers in the range between 0.5 to 1 how can I normalize it to be between 0 to 1? Thanks for any help, maybe I'm just a bit ...
6
votes
1answer
203 views

Sequence of transformations: Projective Texturing (HLSL)

When I was reading this article on Projective Texturing (9.3.2) on nvidia, I came across this graph: The order in which the transformations are written confused me. This is because I learned to ...
6
votes
2answers
1k views

Pack four bytes in a float

I'm writing a shader (HLSL), and I need to pack a color value into the R32 format. I've found various pieces of code for packing a float into the R8G8B8A8 format, but none of them seem to work in ...
6
votes
2answers
876 views

Comparsion between Pixel Bender(in Flash) and Pixel Shaders(in Silverlight)

Can someone explain the different between Pixel Bender in Flash and Pixel Shader(HLSL) in Silverlight in terms of programming flexibility and run-time performance?
5
votes
1answer
755 views

Octree raycasting/raytracing - best ray/leaf intersection without recursion

Could anyone provide a short & sweet explanation (or suggest a good tutorial) on how to cast a ray against a voxel octree without recursion? I have a complex model baked into an octree, and I ...
5
votes
2answers
2k views

Pixel Shader Effect Examples

I've seen a number of pixel-shader effect examples, stuff like swirl on an image. But I'm wondering if anyone knows of any examples or tutorials for more practical uses of shader effects? I'm not ...
5
votes
1answer
2k views

What are all the different HLSL sampler types for?

I'm working with DX9/SM3 at the moment, and the MSDN documentation on HLSL samplers seems to be sorely lacking in explaining how to use the different sampler types. What's worse is they try to cover ...
5
votes
5answers
3k 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 these things, and it ...
4
votes
2answers
150 views

Pixel shader to project a texture to an arbitary quadrilateral

Just need to figure out a way, using Pixel Shader, to project a texture to an arbitary user-defined quadrilateral. Will be accepting coordinates of the four sides of a quadrilateral: /// ...
4
votes
1answer
157 views

HLSL Point Light Problem

(First question, so I hope I'm doing this correctly.) Hi, I've recently started learning HLSL after deciding that I wanted better lighting than what BasicEffect offered. After going through many ...
4
votes
1answer
325 views

Blending multiple textures in GLSL

This is long but I promise it's interesting. :) I'm trying to mimic the appearance of another application's texturing using jMonkeyEngine. I have a list of vertices, and faces (triangles) making up a ...
4
votes
2answers
573 views

Efficient storage for a sparse octree?

Can anyone suggest a fast, efficient method for storing and accessing a sparse octree? Preferably something that can be easily implemented in HLSL. (I'm working a raycasting/voxel app) In this ...
4
votes
3answers
294 views

Identify mip map levels by coloring different screen areas in GLSL

I don't wish to bombard this post with code. I've got a main file, fragment shader and a vertex shader file. I need to know the steps that I should take to color the screen according to mipmap ...
4
votes
1answer
569 views

Tutorials for writing 2D shaders?

I am needing to write some 2D shaders (not 3D, so no vertex shader code or any of that) in HLSL, but have a lot of trouble finding good tutorials. Do you have any resources I can use?
3
votes
1answer
72 views

Difference between angled brackets and parentheses in HLSL texture samplers

Is there any important difference between using parentheses and angled brackets for texture sampler parameters? I have used them interchangeably before without any different effect. For instance ...
3
votes
1answer
345 views

Multiple Render Targets not saving data

I'm using SlimDX, targeting DirectX 11 with shader model 4. I have a pixel shader "preProc" which processes my vertices and saves three textures of data. One for per-pixel normals, one for per-pixel ...
3
votes
2answers
121 views

How do you get the output of a HLSL computation?

I would basically like to screen capture a GPU result into a bitmap file using .NET. I would probably use XNA and my workflow would be something like: Call an effect with custom input data Have the ...
3
votes
2answers
103 views

Is there a HLSL minifier like there are Javascript minifiers?

Is there a HLSL packer/minifier? (And a wish of potentially enhancing the performance of the shader?)
3
votes
4answers
455 views

Shader framebuffer readback

I was wondering if there is support in the newer shader models to read-back a pixel value from the target framebuffer. I assume that this is alrdy done in later (non-programmable) stages in the ...
3
votes
1answer
237 views

HLSL error X3086: DX9-style 'compile' syntax is deprecated in strict mode

Hey, I get this error: error X3086: DX9-style 'compile' syntax is deprecated in strict mode When compiling a directx effect with this code: hr=D3DX11CompileFromFile( TEXT("shaders\\basic.fx"), NULL, ...
3
votes
2answers
308 views

Sort algorithm with fewest number of operations

What is the sort algorithm with fewest number of operations? I need to implement it in HLSL as part of a pixel shader effect v2.0 for WPF, so it needs to have a really small number of operations, ...
3
votes
3answers
554 views

Efficient pixel shader sum of all pixels

How can I efficiently calculate the sum of all pixels in an image, by using a HSLS pixel shader? I'm interested in Pixel Shader 2.0, that I could invoke as a WPF shader effect.
3
votes
1answer
242 views

How can I encode four unsigned bytes (0-255) to a float and back again using HLSL?

I am facing a task where one of my hlsl shaders require multiple texture lookups per pixel. My 2d textures are fixed to 256*256, so two bytes should be sufficient to address any given texel given this ...
3
votes
1answer
453 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 : register(S0); ...
3
votes
3answers
2k views

HLSL Pixel Shader - Change Image Color For Specific Hue

I'd like to write a pixel shader that takes an input image, and converts all of the colors of one Hue range (i.e. HSV) into another Hue Range. My motivation is simple: I want to color a bunch of ...
3
votes
1answer
2k views

Deferred Shading DirectX demos?

I've been reading a lot about deferred shading and want to try and get into it. Problem is I can't find a sample which demonstrates how deferred shading can support so many lights simultaneously - I ...
3
votes
3answers
349 views

Is it possible to use a shader to find the “difference” between two textures? (XNA/HLSL)

I have made a simple webcam based application that detects the "edges of motion" so draws a texture that shows where the pixels of the current frame are significantly different to the previous frame. ...
2
votes
0answers
85 views

Marshalling C# Structs into DX11 cbuffers

I'm having some issues with (i think) the packing of my structure in C# and passing them through to cbuffers i have registered in HLSL. When i pack my struct in one manner the information seems to be ...
2
votes
1answer
111 views

Writing a HLSL4 pixel shader to perform a lookup from a 2Dtexture

I'm a beginner pixel shader writer and I'm running into some trouble. I want to take a 256x256, 16-bit input (DXGI_FORMAT_R16_UINT) image, and pass it through a 256x256 look-up texture ...
2
votes
1answer
127 views

pow(0, 2.2) gives 1 in a hlsl pixel shader?

But pow(0, 2.0) gives 0 Seems that any float exponent gives 1 while integer exponents give 0. I am using DirectX 9 and hlsl compiler "D3DCompiler_43.dll". Confirmed that on Nvidia and Ati cards. I ...
2
votes
2answers
105 views

Is ModelViewProjection the same as WorldViewProjection?

I am converting some code from HSLSL and XNA to CG and OpenGL. The code is for rendering volume data. But volume data is not also sampled using the same distance in each dimension, for example (0.9f, ...
2
votes
2answers
355 views

PIX Call that Previously Succeeded Failed During Playback error on IASetVertexBuffers()

I'm trying to debug the shaders in a SlimDX DirectX11 game I've been coding for a while. The code runs fine and executes without a hitch (albeit seemingly ignoring my textures) and when I run an ...
2
votes
1answer
460 views

Texture2D Array as Render Target in HLSL Pixel Shader

Currently I need a couple of textures' worth of per-pixel data from my rendering pass (normals, depth and colour). Instead of running three passes with shaders that are essentially the same ...
2
votes
0answers
22 views

How to calculate the high part of a uint multiplication in HLSL

I need a function that returns the high half of a uint multiplication for HLSL. It would be the same as the mul_hi function in OpenCL. Multiplying the two uints returns the low half, so I don't know ...
2
votes
2answers
120 views

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. So essentially: Given an hlsl shader, if I were to ...
2
votes
1answer
382 views

Issue with alpha in 2d lighting shader in XNA 4.0

I'm currently learning HLSL with XNA, I figured the best place to start after tutorials would be some simple 2D shaders. I'm attempting to implement a simple lighting shader in 2D. I draw the scene ...
2
votes
1answer
78 views

Global constants in compute shaders crashes GPU

This compute shader code (HLSL): const int THREAD_MAX_X = 2; const int THREAD_MAX_Y = 2; [numthreads(2, 2, 1)] void CS( uint3 threadIDInGroup : SV_GroupThreadID, uint3 groupID : SV_GroupID ) { ...
2
votes
1answer
171 views

HLSL: Handle lack of TexCoords?

I'm in the process of writing my first few shaders, usually writing a shader to accomplish features as I realize that the main XNA library doesn't support them. The trouble I'm running into is that ...
2
votes
3answers
136 views

Using High Level Shader Language for computational algorithms

So, I heard that some people have figured out ways to run programs on the GPU using High Level Shader Language and I would like to start writing my own programs that run on the GPU rather than my CPU, ...
2
votes
1answer
282 views

HLSL: problematic pixelshader code (alpha at zero when sampling)?

I have this strange problem with the sampler in the pixel shaders. When I sample from a sampler into an empty float4 variable I always get black/transparent color back. So if I use this I get a black ...
2
votes
1answer
257 views

How much performance do conditionals and unused samplers/textures add to SM2/3 pixel shaders?

We've one pixel shader in HLSL which is used for slightly different things in a few places, and as such has several conditional blocks meaning that complex functionality is omitted in some cases. As ...
2
votes
2answers
335 views

HLSL Multi-texturing with Fog problem in Direct3D

hey guys I am trying to implement a multi-texturing and fog on some terrain in my demo, but apparently i am going wrong somewhere because the texturing is not visible, the only thing that is being ...
2
votes
1answer
116 views

Use shaders to compare images

Do you know how can I write simple shader (hlsl) to compare two images ? I want to get on result percent of similarity ? Is it posible to use shaders in this case ? Can I for example count red pixels ...
2
votes
1answer
308 views

Using unsigned byte textures with DirectX 10 / 11

I am attempting to do some processing in the pixel shader on a texture. The data for the texture is coming from a memory chunk of 8 bit data. The problem I am facing is how to read the data in the ...
2
votes
1answer
161 views

DirectX11 and packetoffset

Does anyone know how to use "packetoffset" with a bool type in DirectX10/11? I am not sure how this should be aligned cbuffer SomeBuffer : register( b1 ) { float3 SomeFloat3: packoffset(c0); ...
2
votes
2answers
382 views

GLSL dynamically indexed arrays

I've been using DirectX (with XNA) for a while now, and have recently switched to OpenGL. I'm really loving it, but one thing has got me annoyed. I've been trying to implement something that requires ...

1 2 3 4 5