Quantcast
Channel: Dolphin, the GameCube and Wii emulator - Forums - All Forums
Viewing all articles
Browse latest Browse all 26094

Xubuntu 13.10 - Dolphin problem GLSL1.30 Intel GMA HD

$
0
0
Hi everyone. I have used Xubuntu 13.10 (x86) and Dolphin 4.0-414 (Intel i3 380M, GPU Intel GMA HD 5700). When I try to open New Super Mario Bros, Dolphin shows me the following error:

Code:
#version 130
#define ATTRIN in
#define ATTROUT out
#define VARYIN centroid in
#define VARYOUT centroid out
#define float2 vec2
#define float3 vec3
#define float4 vec4
#define frac fract
#define lerp mix
#extension GL_ARB_texture_rectangle : enable

#define COLOROUT(name) out vec4 name;
uniform sampler2DRect samp9;
uniform vec4 colmat[7];
VARYIN vec2 uv0;
COLOROUT(ocol0)

void main(){
    vec4 texcol = texture2DRect(samp9, uv0);
    texcol = round(texcol * colmat[5]) * colmat[6];
    ocol0 = texcol * mat4(colmat[0], colmat[1], colmat[2], colmat[3]) + colmat[4];
}
0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES


Can someone help me? Thanks.

.jpg  Warning_002.jpg (Size: 44.93 KB / Downloads: 7)

Viewing all articles
Browse latest Browse all 26094

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>