Santhosh
2008-09-16 12:35:59 UTC
If my Sampler Texture is a D3DFMT_A8.
float4 Output = tex1D( Sampler, index );
what will be the content of Output.a, Output.r,Output.g,Output.b.
In which component I will get the correct value from Sampler texture.
float4 Output = tex1D( Sampler, index );
what will be the content of Output.a, Output.r,Output.g,Output.b.
In which component I will get the correct value from Sampler texture.