-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use similar pipeline blend as egui crates (#37)
* Use similar pipeline blend as egui crates * Modify subpass example to be more useful * Allow multisampling * Use config options to allow more versatile use cases (e.g. sample count) * Update readme * Remove the srgb flag * Fix clippy * Fix fmt * Get samples from subpass * Bump version * Update workflows with cache
- Loading branch information
Showing
12 changed files
with
503 additions
and
102 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "egui_winit_vulkano" | ||
version = "0.22.0" | ||
version = "0.23.0" | ||
authors = ["hakolao <[email protected]>"] | ||
edition = "2018" | ||
description = "Egui immediate mode gui integration with winit and Vulkano" | ||
|
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
Oops, something went wrong.