Commit Graph

8 Commits

Author SHA1 Message Date
marc0246
1350fbc73d
Use references as params instead of owned Arcs and collections [1/2] ()
* Use references as params instead of owned `Arc`s and collections [1/2]

* Fix typos

* Fix missing lifetimes in autogen

* Add a `RawFd` alias

* Move `self_referential` and `AliasableBox` to the same module

* Document `self_referential!` and `AliasableBox`

* Fix the performance issue
2025-05-02 21:24:33 +02:00
Rua
5df2dc578c
Rename existing Info struct constructors to new ()
* Rename existing `Info` struct constructors to `new`

* Make `const` where possible

* fmt
2025-02-09 17:12:42 +01:00
marc0246
82db4298fb
Revert () 2024-11-04 11:51:36 +01:00
Rua
6da1f96c73
Minimise unsafe block size, in examples () 2024-10-23 12:07:00 +02:00
marc0246
ba8aa2a527
Revert , rename Raw[Recording]CommandBufer again and move them () 2024-10-19 14:13:15 +02:00
marc0246
5749fef53c
Revert () 2024-10-18 20:00:21 +02:00
Rua
b190d6fb1c
Rewrite VertexDefinition () 2024-03-04 22:58:27 +01:00
Martin Charles
9b6e307569
Add Minimal Offscreen Rendering Example ()
* add offscreen example

* cleanup example

* more cleanup

* typo

* fix clippy

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* edits

* i'm loosing my marbles

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* formatting

* Update examples/offscreen/Cargo.toml

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* cargo fmt

* more correct description

* import

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update examples/offscreen/main.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

---------

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>
2024-01-11 01:37:17 +01:00