mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 11:28:11 +00:00
[host] d12: added downsampler
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
|
||||
extern const D12Effect D12Effect_HDR16to10;
|
||||
extern const D12Effect D12Effect_RGB24;
|
||||
extern const D12Effect D12Effect_Downsample;
|
||||
|
||||
static const D12Effect * D12Effects[] =
|
||||
{
|
||||
&D12Effect_Downsample,
|
||||
&D12Effect_HDR16to10,
|
||||
|
||||
&D12Effect_RGB24, // this MUST be last
|
||||
|
Reference in New Issue
Block a user