Add image accumulation entry point
I was hoping to implement the image filter/reduction step as well, but that seems to be meaningfully more complex
This commit is contained in:
@@ -54,6 +54,9 @@ mod test {
|
||||
|
||||
#[test]
|
||||
fn has_entry_main_camera() {
|
||||
assert!(has_entry_point(ExecutionModel::GLCompute, "main_camera"))
|
||||
assert!(has_entry_point(
|
||||
ExecutionModel::GLCompute,
|
||||
"main_image_accumulate"
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user