From 612da6bf19d35755979db8b9fe08066eb31890f0 Mon Sep 17 00:00:00 2001
From: Elias Naur
Date: Mon, 1 Jun 2020 11:47:23 +0200
Subject: [PATCH] doc: document the new Cgo EGLConfig special case
Change-Id: I7ae5eaa974b85eac421a0b1f79cb734a0fe44e72
Reviewed-on: https://go-review.googlesource.com/c/go/+/235818
Reviewed-by: Ian Lance Taylor
---
doc/go1.15.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/go1.15.html b/doc/go1.15.html
index eccd9c29a0..d8a4eb4769 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -241,6 +241,16 @@ TODO
TODO
+Cgo
+
+
+ Go 1.15 will translate the C type EGLConfig
to the
+ Go type uintptr
. This change is similar to how Go
+ 1.12 and newer treats EGLDisplay
, Darwin's CoreFoundation and
+ Java's JNI types. See the cgo
+ documentation for more information.
+
+
Minor changes to the library
--
2.50.0