Skip to content

Commit

Permalink
Fix surface_capabilities2
Browse files Browse the repository at this point in the history
  • Loading branch information
xlab committed May 30, 2017
1 parent c5f3e5b commit a48f9d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vulkan.yml
Expand Up @@ -41,6 +41,9 @@ TRANSLATOR:
# these in global section so doc will work
- {action: accept, from: ^callVk}
- {action: replace, from: ^callVk}
# surface_capabilities2
- {action: replace, from: "(?i)_CAPABILITIES2_EXT$", to: "_CAPABILITIES2_E"}
- {action: replace, from: "(?i)Capabilities2EXT$", to: "Capabilities2E"}
type:
- {action: accept, from: "^ANativeWindow$"}
- {action: accept, from: "^HINSTANCE$"}
Expand Down

0 comments on commit a48f9d2

Please sign in to comment.