Commit graph

6 commits

Author SHA1 Message Date
Ashley Hauck 823fbb851a
Update ash to 0.35 (#63)
* Update ash to 0.34

* Update ash to 0.35
2021-12-28 13:04:00 +00:00
Marijn Suijten 2d8c62373f
lib: Provide entrypoint through Ash loader w.o. implementing Entry (#56)
* lib: Provide entrypoint through Ash loader w.o. implementing Entry

Ash recently [dropped all traits](1) to simplify `ash::Device` usage,
but this also disallows ash-molten from overriding the `EntryV1_0` trait
to provide a static entrypoint intead.

Fortunately ash-molten can simply pass a library loading closure that
returns the static address of `vkGetInstanceProcAddr` to
`EntryCustom::new_custom`, getting rid of the copied `fn
create_instance` implementation at the same time.

[1]: https://github.com/MaikKlein/ash/pull/412

* cargo: Disable unneeded `libloading` feature in Ash

The entry-point is statically linked from `MoltenVK` and does not need
any dlopen nor dlsym functionality.

* Fix some typos
2021-10-14 09:46:24 +00:00
Viktor Zoutman 61ec5fda40
MoltenVK 1.1.5 (#61)
* Update MoltenVK TO 1.1.5

* Update lints
2021-08-31 15:56:43 +02:00
Jesse 8b39e7a105
refactor: update lints to embark lints 0.3 (#50) 2021-03-20 11:48:02 +00:00
Maik Klein e9a124d646
Update to ash 0.30.0 (#15)
* Update to ash 0.30.0

* clippy

* Replace mk_version macro
2020-03-23 11:53:19 +01:00
Maik Klein 629897604d Init 2019-06-05 10:22:29 +02:00