Vuo  2.3.2
VuoImageWrapMode.h
Go to the documentation of this file.
1 
10 #pragma once
11 
13 typedef const struct VuoList_VuoImageWrapMode_struct { void *l; } * VuoList_VuoImageWrapMode;
14 #define VuoList_VuoImageWrapMode_TYPE_DEFINED
16 
28 typedef enum {
29  VuoImageWrapMode_None, // pixels are rendered black
30  VuoImageWrapMode_ClampEdge, // the last pixel on the edge is repeated
31  VuoImageWrapMode_Repeat, // the image will tile
32  VuoImageWrapMode_MirroredRepeat // the image will repeat inverted
34 
39 
41 
49