mirror of
https://github.com/bevyengine/bevy
synced 2025-01-07 02:38:59 +00:00
10 lines
116 B
Text
10 lines
116 B
Text
|
---
|
||
|
source: tests/test.rs
|
||
|
expression: "TestGlsl::glsl_definition()"
|
||
|
|
||
|
---
|
||
|
struct TestGlsl {
|
||
|
vec3 foo;
|
||
|
mat2 bar;
|
||
|
};
|