Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling in exceptions.json #15

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

"external" : {
"int8_t": { "go:type": "int8", "primitive": true,
"comment": "Primitive indicates a direct replacement? Neccessary or not?" },
"comment": "Primitive indicates a direct replacement? Necessary or not?" },
"uint8_t": { "go:type": "uint8", "primitive": true },
"int16_t": { "go:type": "int16", "primitive": true },
"uint16_t": { "go:type": "uint16", "primitive": true },
Expand Down Expand Up @@ -274,7 +274,7 @@

"basetype": {
"VkBool32": {
"!comment": "must be re-defined as an exception, becuase vk.xml specifies the type of VK_TRUE/FALSE as uint32_t, not VkBool32, and because the translation is non-trivial",
"!comment": "must be re-defined as an exception, because vk.xml specifies the type of VK_TRUE/FALSE as uint32_t, not VkBool32, and because the translation is non-trivial",
"comment": "Note that go-vk uses standard Go bools throughout the public API. Bool32 is only used internally and is automatically translated for you.",
"go:type": "bool",
"go:translatePublic": "translatePublic_Bool32",
Expand Down