Vuo  2.3.2
VuoCubemap.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoImage.h"
13 
26 typedef const struct { void *l; } * VuoCubemap;
27 
29 
36 
38 struct json_object * VuoCubemap_getJson(const VuoCubemap value);
39 char * VuoCubemap_getSummary(const VuoCubemap value);
40 
42 
46 char * VuoCubemap_getString(const VuoCubemap value);
50