10 lines
132 B
Rust
10 lines
132 B
Rust
use encase::{ArrayLength, ShaderType};
|
|
|
|
fn main() {}
|
|
|
|
#[derive(ShaderType)]
|
|
struct Test {
|
|
a: ArrayLength,
|
|
b: ArrayLength,
|
|
}
|