Vuo  2.0.0
VuoHorizontalSide.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoHorizontalSide_struct { void *l; } * VuoList_VuoHorizontalSide;
14 #define VuoList_VuoHorizontalSide_TYPE_DEFINED
15 
28 typedef enum {
29  VuoHorizontalSide_Left, // 8 bits per channel (32 bits per RGBA pixel)
30  VuoHorizontalSide_Right // 16 bits per channel (64 bits per RGBA pixel)
32 
37 
47