servo / euclid

Geometry primitives (basic linear algebra) for Rust
Other
462 stars 103 forks source link

Optionally implement bytemuck Zeroable and Pod on all types. #493

Closed nical closed 2 years ago

nical commented 2 years ago

Pod is very useful when interacting with GPU APIs like wgpu as it is the de-facto standard way to express that a piece of data is safe to put into GPU buffers.

jrmuizel commented 2 years ago

@bors-servo r+

bors-servo commented 2 years ago

:pushpin: Commit a3e30be has been approved by jrmuizel

bors-servo commented 2 years ago

:hourglass: Testing commit a3e30bea407a5ab9e6f8f2614889ea30807daf0a with merge 82656b97f6658b0040a1a358033e1bec918cd599...

bors-servo commented 2 years ago

:sunny: Test successful - checks-github Approved by: jrmuizel Pushing 82656b97f6658b0040a1a358033e1bec918cd599 to master...