mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-03 16:44:11 +02:00
texture paths
This commit is contained in:
parent
1fa7a67515
commit
cd5ec8492e
8 changed files with 99 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use crate::{index_range, Pod};
|
||||
use crate::{index_range, Pod, ReadableRelative};
|
||||
use bitflags::bitflags;
|
||||
use bytemuck::Zeroable;
|
||||
use std::mem::size_of;
|
||||
|
|
@ -215,4 +215,6 @@ pub struct Vertex {
|
|||
pub bone_id: [u8; 3],
|
||||
}
|
||||
|
||||
impl ReadableRelative for Vertex {}
|
||||
|
||||
static_assertions::const_assert_eq!(size_of::<Vertex>(), 9);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue