|
|
#1 | |
|
Registered User
Join Date: Feb 2003
Location: St. Petersburg, Russia
Posts: 20
|
Hello!
First of all I beg pardon if I post to the wrong forum, but I couldn't find anything more specific. I'm writing an application that uses GLSL fragment shaders. I found that the driver crashes when glUniform1ivARB() is invoked for arrays of sampler2D variables. I tried a similar shader in ShaderDesigner (freeware, can be downloaded here: http://www.typhoonlabs.com/) and the program exhibits quite a similar crash. Here's a simple fragment shader that will crash if you try to set the tex array from C: Quote:
Is there any chance this will be fixed someday? |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2006
Location: Greenbelt, MD
Posts: 33
|
I've used an array of shadowmaps with success on Quadro FX 4500,5500,4600 & 5600 cards.
#define NUMLIGHTS 8 uniform sampler2DShadow depthTex[NUMLIGHTS]; uniform mat4 cn_ShadowMat[NUMLIGHTS]; uniform float cn_ShadowSize[NUMLIGHTS]; |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HPC Job of the Week: Senior Compiler Engineer at Convey | News | Latest Tech And Game Headlines | 0 | 06-10-12 02:30 AM |
| I got a computer bug!!! | sillyeagle | General Hardware | 16 | 06-05-12 02:44 AM |
| GLX bug? (1.0-3123) | marc | NVIDIA Linux | 2 | 09-21-02 04:58 PM |
| compiler issue | mammal | NVIDIA Linux | 1 | 09-13-02 06:54 AM |
| Antialiasing bug in 31.00 drivers? | Mark_fox | NVIDIA Windows Graphics Drivers | 7 | 08-26-02 02:48 PM |