mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Moves submit step to end of line, rather than end of scan.
This commit is contained in:
@@ -288,7 +288,7 @@ struct ScanTarget {
|
||||
///
|
||||
/// The ScanTarget isn't bound to take any drawing action immediately; it may sit on submitted data for
|
||||
/// as long as it feels is appropriate, subject to a @c flush.
|
||||
virtual void submit() = 0;
|
||||
virtual void submit() {}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user