]> git.cworth.org Git - apitrace/commitdiff
Add a few comments/links to Cocoa development resources.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 10 Oct 2011 19:51:43 +0000 (20:51 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 10 Oct 2011 19:51:43 +0000 (20:51 +0100)
glws_cocoa.mm

index c22a82352baa3d47d125ce3a01114753cf357c30..a35dcf506370d0d8215305572897b9576f8694ee 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
  *
- * Copyright 2011 Jose Fonseca
+ * Copyright 2011 VMware, Inc.
  * All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  *
  **************************************************************************/
 
+
+/**
+ * Minimal Cocoa integration.
+ *
+ * See also:
+ * - http://developer.apple.com/library/mac/#samplecode/CocoaGL/Introduction/Intro.html
+ * - http://developer.apple.com/library/mac/#samplecode/Cocoa_With_Carbon_or_CPP/Introduction/Intro.html
+ * - http://developer.apple.com/library/mac/#samplecode/glut/Introduction/Intro.html
+ * - http://developer.apple.com/library/mac/#samplecode/GLEssentials/Introduction/Intro.html
+ * - http://www.glfw.org/
+ */
+
+
 #include <stdlib.h>
 #include <iostream>