We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bbd82 commit c77d22dCopy full SHA for c77d22d
1 file changed
crates/processing_render/src/lib.rs
@@ -27,7 +27,7 @@ use processing_core::config::*;
27
use processing_core::error;
28
29
use crate::geometry::{AttributeFormat, AttributeValue};
30
-use crate::graphics::{DEFAULT_CLEAR_COLOR, flush};
+use crate::graphics::flush;
31
use crate::image::gpu_image;
32
use crate::render::command::DrawCommand;
33
0 commit comments