google / gxui

An experimental Go cross platform UI library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when run samples

valiknet18 opened this issue · comments

commented

Hello, i get the error, when run every samples (for example https://github.com/google/gxui/tree/master/samples/hello_world),

Error on the screen
image

Help plz fix this =)

That's an odd error. It looks like the graphics driver is reporting the vertex shader's varying output vClp as an attribute input.
I'm making a wild guess your machine is an HP 250 G1 - can I ask what GPU you have in the machine?

Also, do you mind trying out a possible fix? Please try adding the line #version 110 to the top of all the shader source strings in blitter.go?