15 years, 11 months ago
Highlights
Quote:Original post by Nik02I'm guessing that you try to load the object file as text.It was fast! Are you clairvoyant?It's exactly as you said! I missed 'b' in fopen.Many many…
15 years, 11 months ago
I have writen a simple vertex shader.I compiled it with fxc.exe.Output://// Generated by Microsoft (R) HLSL Shader Compiler 9.26.952.2844//// fxc /Vd /T vs_2_0 /E main////// Par…
15 years, 11 months ago
16 years, 2 months ago
Hello.I have a pixel shader which just samples from a texture and return the value.Depending from size of the texture, performance is degraded dramatically (sure, the output siz…
16 years, 2 months ago
Hi, guys. I have a very serios issue. This issue blocks my development totally. I have an application with D3D10 render. This application is for image processing, so I have to c…
16 years, 5 months ago
Latest Activity
See all in DiscussionsQuote:Original post by Nik02I'm guessing that you try to load the object file as text.It was fast! Are you clairvoyant?It's …
15 years, 11 months ago
I have writen a simple vertex shader.I compiled it with fxc.exe.Output://// Generated by Microsoft (R) HLSL Shader Compiler 9.26.952.2844//// fxc …
15 years, 11 months ago
I use the following shader:// Input imageTexture2D inputImage : register(t0);SamplerState inputImageSampler : register(s0);float4 main(float2 nonused : TEXCOORD0, float2 uv : …
16 years, 2 months ago