mirror of
https://github.com/bevyengine/bevy
synced 2025-01-05 09:48:55 +00:00
290b7dd9ab
# Objective - Update vendor crevice to have the latest update from crevice 0.8.0 - Using https://github.com/ElectronicRU/crevice/tree/arrays which has the changes to make arrays work ## Solution - Also updated glam and hexasphere to only have one version of glam - From the original PR, using crevice to write GLSL code containing arrays would probably not work but it's not something used by Bevy
9 lines
116 B
Text
9 lines
116 B
Text
---
|
|
source: tests/test.rs
|
|
expression: "TestGlsl::glsl_definition()"
|
|
|
|
---
|
|
struct TestGlsl {
|
|
vec3 foo;
|
|
mat2 bar;
|
|
};
|