| 200 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_gen_color (Color color, int width, int height, TexType type, TexFormat format); |
| 201 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_gen_particle (int width, int height, float roundness, IntPtr gradient); |
| 202 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_gen_cubemap (IntPtr gradient, Vec3 gradient_dir, int resolution, IntPtr lighting_info); |
| 203 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_gen_cubemap (IntPtr gradient, Vec3 gradient_dir, int resolution, out SphericalHarmonics lighting_info); |
| 204 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_gen_cubemap_sh (in SphericalHarmonics lighting, int resolution, float light_spot_size_pct, float light_spot_intensity); |
| 205 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern TexFormat tex_get_format (IntPtr texture); |