mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Add new trouble
This commit is contained in:
parent
59772e26c8
commit
34928799de
@ -31,3 +31,7 @@
|
||||
and `vulkano`.
|
||||
|
||||
- No way to set the alignment of a struct member, or to force the size of a struct to be a multiple of a certain size.
|
||||
|
||||
- The fact that is legal to implement `Deref` and return a different object every time means that it is dangerous to interface with a `Foo`
|
||||
through a `P where P: Deref<Foo>`. That `P` could return several different `Foo`s, and the implementation can't rely on the fact that the
|
||||
object will be the same every time.
|
||||
|
Loading…
Reference in New Issue
Block a user