DavidEGrayson / nixcrpkgs

Nice nix expressions for cross-compiling.
Other
136 stars 8 forks source link

mingw-w64 angle samples do not work #6

Closed DavidEGrayson closed 7 years ago

DavidEGrayson commented 7 years ago

Samples like hello_triangle just exit very quickly after showing a window.

MSYS2's GDB versions don't seem to work well with my executables, so the plan is to get native GDB working and then use that to debug ANGLE and its samples.

DavidEGrayson commented 7 years ago

ProcMon shows that they cannot find d3dcompiler_43.dll while running glLinkProgram, so that is the problem.