Umbreon
675f91e9cd
Fix broken vulkan-tutorial link in README.md ( #492 )
2021-11-11 22:41:52 +01:00
Benjamin Saunders
aa7b429f4f
Support linking Vulkan directly ( #457 )
...
* Mark EntryCustom::new_custom as unsafe
Passing a badly-behaved `load` function can invoke undefined behavior.
* Document required feature for Entry
* Support linking Vulkan directly
This is the preferred pattern in most environments when an application
cannot function without Vulkan, as it saves the libloading dependency,
eliminates an error case, and makes the Vulkan dependency visible to
the OS.
* Rename libloading feature to "loaded"
* Link by default
* Guide users towards linking the loader directly
* Remove unnecessary error type
InstanceError::LoadError was never constructed.
* Unify entry types
Simplifies the interface and allows a bunch of code to become
monomorphic.
2021-09-09 22:50:34 +02:00
Marijn Suijten
de8ff6b5dc
Unify readme between Ash and Ash-window ( #455 )
2021-07-30 12:32:52 +02:00
Marijn Suijten
eb75ded793
README: Add lifetime-preserving builder example using slice::from_ref ( #381 )
...
It isn't too uncommon to pass a single builder element into another
builder, and `slice::from_ref` fits perfectly while preserving lifetime
of the builder without calling `.build()`. We have used this
successfully in our codebase to uncover and prevent numerous
use-after-free bugs, and thought it's worth to share on the front page.
2021-03-02 18:22:04 +01:00
Maik Klein
683a065ed6
Add gpu-alloactor to the readme
2020-11-11 14:40:21 +01:00
RustyNixieTube
b9ac0c3892
Fix syntax highlighting on crates.io
...
Co-authored-by: RustyNixieTube <RustyNixieTube@users.noreply.github.com>
2020-08-14 13:40:06 -07:00
Maik Klein
bcff1b7868
Remove tokei from the readme
2020-03-22 16:12:18 +01:00
Maik Klein
8e78a2cc0d
Add 1.2 support to README
2020-01-26 09:38:58 +01:00
Stephan Dilly
96490987d9
fix ordering
2019-11-16 15:49:51 -08:00
maik
1637ed4bf4
Rename actions workflow in README
2019-10-20 17:47:38 +02:00
maik
da9fa12eb9
Rename workflow
2019-10-20 17:45:18 +02:00
Maik Klein
6dd7f98d07
Add github actions ( #244 )
...
* Add github actions
* Update readme
* Delete travis and appveyor
* Rm Iamdone
* Update bors
2019-10-20 17:41:13 +02:00
Felix Rabe
77fff855d3
Vulkano is now vulkano-rs/vulkano
2019-05-11 08:09:12 -07:00
Felix Rabe
db26cd20bc
Typo
2019-05-09 16:46:58 -07:00
Felix Rabe
e1d6f0dd31
Fix broken link
2019-05-09 21:49:51 +02:00
Benjamin Saunders
c1b540ac96
Improve temporary lifetimes rules in readme
...
Co-Authored-By: MaikKlein <maikklein@googlemail.com>
2019-03-22 11:00:56 +01:00
Maik Klein
d6ba3f9a16
Add lifetime of temporaries
2019-03-20 18:31:21 +01:00
Maik Klein
5f09e83023
Remove unnecessary function body
2019-03-20 10:48:32 +01:00
Maik Klein
bd2f990100
Rewrite builder in the readme
2019-03-20 10:37:55 +01:00
Maik Klein
d667e58358
Add example
2019-03-09 19:35:38 +01:00
Maik Klein
f4d2f75a2b
Add missing list for gfx
2019-02-15 10:10:02 +01:00
Maik Klein
6cd1b2227b
Add resources in the readme
2019-02-15 10:08:38 +01:00
Maik Klein
ced4e186b5
Update extension use in README
2019-01-19 10:00:44 +01:00
Maik Klein
f26bbb303d
Remove imadone
2018-11-22 19:15:35 +01:00
imdone.io app user
f7381f2307
TODO comments updated by @imdoneio [ci skip] [imdone skip]
2018-11-20 11:55:06 -05:00
Benjamin Saunders
bb7d025fc1
Clarify some patterns in the README
...
- Dedicated section for strongly typed handles
- Extended discussion of builder safety
2018-11-19 20:35:48 -08:00
Maik Klein
790b2a5b90
Rewrite the loader in the README
2018-11-13 10:07:37 +01:00
Maik Klein
7bdd6a47f9
Improve readme
2018-11-12 16:25:31 +01:00
Maik Klein
4bf5888b15
Update the readme
2018-11-12 14:53:06 +01:00
Maik Klein
69f3644362
Merge branch 'generator'
2018-11-12 13:10:52 +01:00
Maik Klein
50b42e97be
Fix rendering in readme
2018-11-11 18:06:48 +01:00
Maik Klein
36566f8fa1
Update readme
2018-11-11 18:05:44 +01:00
Gray Olson
462e7760de
add note to readme
2018-07-06 21:55:59 -07:00
Maik Klein
19ce439156
Remove changelog from readme
2017-07-09 09:14:15 +02:00
Maik Klein
f76766fda7
Wrong version in README
2017-06-11 15:06:09 +02:00
Maik Klein
173bb67b5c
Update readme
2017-06-11 15:02:05 +02:00
Maik Klein
d24c0293a5
Update readme
2017-06-11 15:01:32 +02:00
Maik Klein
67773bd2a0
Update readme
2017-04-30 15:46:38 +02:00
Maik Klein
7215777288
Update links in README
2017-04-16 13:05:45 +02:00
Maik Klein
c6320dcb33
Fix readme header
2017-04-07 10:04:14 +02:00
maik klein
222b510f4e
Update readme example
2017-01-05 08:35:37 +01:00
maik klein
bc8691df8a
Update docs link in README
2017-01-05 08:22:18 +01:00
maik klein
a1a4c657a1
Update README
2017-01-05 08:20:57 +01:00
maik klein
525a78f7c5
Fix wrong version path in README
2017-01-05 08:06:32 +01:00
maik klein
5183358dd5
Update loader in README
2017-01-05 08:05:54 +01:00
maik klein
1ef7cc3f07
Update readme for entry
2017-01-05 08:49:44 +01:00
maik klein
309f280887
Add version specific loader to "in progress"
2017-01-01 09:00:55 +01:00
maik klein
a02fb615c0
Rename load_vulkan to new, as Vulkan is loaded at startup time
2017-01-01 08:56:38 +01:00
maik klein
1fb4e2ae42
README: Include a getting started section
2017-01-01 08:43:36 +01:00
maik klein
1e6049f2fa
Typos in README
2017-01-01 08:37:12 +01:00