Merge pull request #471 from Sonicadvance1/sampler_binding

Support Sampler binding in the shader.
This commit is contained in:
Pierre Bourdon
2014-07-19 01:28:37 +02:00
51 changed files with 76 additions and 75 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -12,7 +12,7 @@
// 0. You just DO WHAT THE FUCK YOU WANT TO.
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+2 -2
View File
@@ -1,5 +1,5 @@
//dummy shader:
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
@@ -15,4 +15,4 @@ For best results, turn Wordwrap formatting on...
The shaders shown in the dropdown box in the video plugin configuration window are kept in the directory named User/Data/Shaders. They are linked in to the dolphin source from the repository at <http://dolphin-shaders-database.googlecode.com/svn/trunk/>. See <http://code.google.com/p/dolphin-shaders-database/wiki/Documentation> for more details on the way shaders work.
This file will hopefully hold more content in future...
*/
*/
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+2 -2
View File
@@ -1,6 +1,6 @@
// textures
uniform sampler2D samp8;
uniform sampler2D samp9;
SAMPLER_BINDING(8) uniform sampler2D samp8;
SAMPLER_BINDING(9) uniform sampler2D samp9;
const int char_width = 8;
const int char_height = 13;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;
+1 -1
View File
@@ -1,4 +1,4 @@
uniform sampler2D samp9;
SAMPLER_BINDING(9) uniform sampler2D samp9;
out vec4 ocol0;
in vec2 uv0;

Some files were not shown because too many files have changed in this diff Show More