Skip to content

Instantly share code, notes, and snippets.

@osa1
Created January 5, 2014 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osa1/f611d94510a980bd28f8 to your computer and use it in GitHub Desktop.
Save osa1/f611d94510a980bd28f8 to your computer and use it in GitHub Desktop.
➜ lambdacube-samples-0.1.0 ./dist/dist-sandbox-cdb4c5a/build/lambdacube-hello/lambdacube-hello
Unable to create OpenGL context
GP universe size: 5
Exp universe size: 20
compileRenderFrameBuffer: compiling program for slot: "stream"
+ compile vertex shader
#version 150 core
#extension GL_EXT_gpu_shader4 : enable
uniform mat4 MVP;
in vec3 vertexPosition_modelspace;
in vec2 vertexUV;
smooth out vec2 v0;
void main ()
{ float val16 = 1.0;
vec4 val18 = vec4 (vertexPosition_modelspace.x, vertexPosition_modelspace.y, vertexPosition_modelspace.z, val16);
vec4 val20 = MVP * val18;
gl_Position = val20;
gl_PointSize = val16;
v0 = vertexUV;
}
�_�lambdacube-hello: user error (compileShader failed!)
---
lspci:
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:04.0 Signal processing controller: Intel Corporation 3rd Gen Core Processor Thermal Subsystem (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller (rev 04)
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M / GT 620M/625M/630M/720M] (rev a1)
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment