1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Set repr(C) on ShaderKey

This commit is contained in:
Joshua Goins 2024-04-26 22:36:40 -04:00
parent 3d6bb3a21e
commit f2c360f7ea

View file

@ -61,6 +61,7 @@ struct ColorSetDyeInfo {
#[binrw]
#[derive(Debug)]
#[repr(C)]
#[allow(dead_code)]
pub struct ShaderKey {
pub category: u32,