-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix intel glsl error by #line directive
- Loading branch information
Showing
13 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 128 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 268 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 376 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 388 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 280 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 292 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 304 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 316 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 328 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 340 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 352 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
#version 430 | ||
#define SHADER_NUM_SAMPLES 364 | ||
#pragma include "../filter_cubemap.frag.glsl" | ||
#if 0 | ||
#endif |