CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: UnicornMafia

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    5,021

    Re: DirectX HLSL Pixel Shader return values

    I also return ret from the shader. sorry.
  2. Replies
    1
    Views
    5,021

    DirectX HLSL Pixel Shader return values

    hello,
    I'm working on an HLSL shader in an fx file.
    I have my data type set to D3DFMT_A8R8G8B8
    my shader looks like this:

    float4 PS(float2 tex0 : TEXCOORD0, float2 tex1 : TEXCOORD1): COLOR...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured