1 2 3 4 5 6 7
/// A buffer points to binary data representing geometry, animations, or skins. #[derive(Clone, Debug, Default, Deserialize, Serialize, Validate)] pub struct Buffer {} /// A view into a buffer generally representing a subset of the buffer. #[derive(Clone, Debug, Default, Deserialize, Serialize, Validate)] pub struct View {}