Skip to content

Commit a1ca0b3

Browse files
committed
Update angle
The XML was failing to even parse due to a type `<pytpe>`. Which was corrected in google/angle@a01a566.
1 parent 1cd256c commit a1ca0b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gl_generator/registry/parse.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,8 @@ pub fn to_rust_ty<T: AsRef<str>>(ty: T) -> Cow<'static, str> {
10911091
"EGLnsecsANDROID *" => "*mut types::EGLnsecsANDROID",
10921092
"EGLBoolean *" => "*mut types::EGLBoolean",
10931093

1094+
"EGLFrameTokenANGLE" => "types::khronos_uint64_t",
1095+
10941096
// failure
10951097
_ => panic!("Type conversion not implemented for `{}`", ty.as_ref()),
10961098
};

khronos_api/api_angle

Submodule api_angle updated 3237 files

0 commit comments

Comments
 (0)