mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[idd] postprocess: centralize compute effect utilities
This commit is contained in:
@@ -30,9 +30,9 @@ class CDownsampleEffect : public CComputeEffect
|
||||
private:
|
||||
struct Rule
|
||||
{
|
||||
bool greater = false;
|
||||
unsigned x = 0;
|
||||
unsigned y = 0;
|
||||
bool greater = false;
|
||||
unsigned x = 0;
|
||||
unsigned y = 0;
|
||||
unsigned targetX = 0;
|
||||
unsigned targetY = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user