add some links to comments so i can close the chrome tabs :)

This commit is contained in:
Colin McMillen 2023-07-25 18:49:52 -04:00
parent 50445dbe59
commit af4827a127

View File

@ -28,6 +28,8 @@ public class CameraInfo {
} }
// FIXME: switch to immediate mode?? // FIXME: switch to immediate mode??
// https://gamedev.stackexchange.com/questions/198805/opentk-immediate-mode-on-net-core-doesnt-work
// https://www.youtube.com/watch?v=Q23Kf9QEaO4
public class Shader : IDisposable { public class Shader : IDisposable {
public int Handle; public int Handle;
private bool init = false; private bool init = false;