Skip to content

Commit f1fc6cc

Browse files
committed
updating another file
1 parent a9cbc6d commit f1fc6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/optix_device/src/transform.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ fn matrix_motion_transform_from_handle_ptr(
9696
bitflags::bitflags! {
9797
/// Possible motion flags.
9898
#[repr(transparent)]
99+
#[derive(Debug, Clone, PartialEq)]
99100
pub struct MotionFlags: u32 {
100101
const START_VANISH = 1 << 0;
101102
const END_VANISH = 1 << 1;

0 commit comments

Comments
 (0)