shaders: add trait BufferStruct and derive macro

This commit is contained in:
firestar99
2025-08-31 12:30:07 +02:00
parent b1a5ab17c8
commit 987430762c
16 changed files with 631 additions and 20 deletions

View File

@@ -41,6 +41,7 @@ pub use graphene_core_shaders::AsU32;
pub use graphene_core_shaders::blending;
pub use graphene_core_shaders::choice_type;
pub use graphene_core_shaders::color;
pub use graphene_core_shaders::shaders;
pub use graphic::Graphic;
pub use memo::MemoHash;
pub use num_traits;