-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 1.3.0 and 1.4.0 (#30)
* Clean up renderdoc-sys crate, regenerate bindings * Update glutin to 0.21, convert to workspace * Improve Renderdoc compatibility and API ergonomics * Remove generic type parameter from `GetApiFn` alias * Fix improperly designed `launch_replay_ui()` method * Add `CaptureOption::AllowUnsupportedVendorExtensions` variant * Update test to reflect new default capture settings * Reformat doc comments * Update triangle example to latest glutin and gfx pre-ll * Upgrade renderdoc-derive dependencies, minor perf optimizations * Update Circle CI configuration to Rust 1.34.1 * Update copyright notices * Reformat doc comments in src/api.rs * Fix improperly designed set_capture_file_comments() method * Remove unused lazy_static dependency * Add embedded path for Android Renderdoc library * Add entry points for API 1.3.0 and 1.4.0 * Update gen_bindings.sh to derive Eq, Hash, PartialEq * Add RenderDocV130 and RenderDocV140 traits * Implement traits, add downgrade paths for 1.3.0 and 1.4.0 * Reorder derives in alphabetical order * Run bindgen tests for renderdoc-sys in CircleCI * Update CHANGELOG.md
- Loading branch information
1 parent
c88a485
commit db2d562
Showing
15 changed files
with
880 additions
and
764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.