Add blit caching and blend modes to Brush tool (#1268)

Added blit caching.

Added bulk memory target feature.

Added brush texture caching.

Removed dead format call.

Fix brush_texture_cache crashing on serialization.
This commit is contained in:
Orson Peters
2023-06-07 12:24:21 +02:00
committed by GitHub
parent f933ece04d
commit 3ff20ae3e4
9 changed files with 336 additions and 61 deletions

View File

@@ -11,6 +11,7 @@ pub mod adjustments;
pub mod bbox;
#[cfg(not(target_arch = "spirv"))]
pub mod brightness_contrast;
pub mod brush_cache;
pub mod color;
pub mod discrete_srgb;
pub use adjustments::*;