Exemplo n.º 1
0
 public static extern SU_RESULT SUSceneGetRenderingOptions(SUSceneRef scene, ref SURenderingOptionsRef options);
Exemplo n.º 2
0
 public static extern SU_RESULT SURenderingOptionsSetValue(SURenderingOptionsRef rendering_options, string key, SUTypedValueRef value_in);
Exemplo n.º 3
0
 public static extern SU_RESULT SURenderingOptionsGetNumKeys(SURenderingOptionsRef rendering_options, ref size_t count);
Exemplo n.º 4
0
 public static extern SU_RESULT SURenderingOptionsGetKeys(SURenderingOptionsRef rendering_options, size_t len, SUStringRef[] keys, ref size_t count);
Exemplo n.º 5
0
 public static extern SU_RESULT SURenderingOptionsGetValue(SURenderingOptionsRef rendering_options, string key, ref SUTypedValueRef value_out);