Add color blending

This commit is contained in:
2026-07-12 21:25:31 -04:00
parent fd49ae7256
commit 81a1a2a254
6 changed files with 88 additions and 14 deletions
+1 -9
View File
@@ -53,15 +53,7 @@ mod test {
}
#[test]
pub fn has_entry_main_chaos_game() {
assert!(has_entry_point(
ExecutionModel::GLCompute,
"main_chaos_game"
))
}
#[test]
pub fn has_entry_main_camera() {
fn has_entry_main_camera() {
assert!(has_entry_point(ExecutionModel::GLCompute, "main_camera"))
}
}