7 lines
74 B
Rust
7 lines
74 B
Rust
use encase::ShaderType;
|
|
|
|
fn main() {}
|
|
|
|
#[derive(ShaderType)]
|
|
struct Test;
|