mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:53:10 +02:00
Merge pull request #10880 from samcake/hobbes
Fixing the bug appearing on Nvidia 384.76
This commit is contained in:
commit
1bcfe1eaba
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ in vec2 _texCoord0;
|
||||||
out vec4 _fragColor;
|
out vec4 _fragColor;
|
||||||
|
|
||||||
void main(void) {
|
void main(void) {
|
||||||
|
_fragColor = vec4(0.0);
|
||||||
|
|
||||||
// Grab the fragment data from the uv
|
// Grab the fragment data from the uv
|
||||||
vec2 texCoord = _texCoord0.st;
|
vec2 texCoord = _texCoord0.st;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue