MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / tex_gen_cubemap

Method tex_gen_cubemap

StereoKit/Native/NativeAPI.cs:202–202  ·  view source on GitHub ↗
(IntPtr gradient, Vec3 gradient_dir, int resolution, IntPtr lighting_info)

Source from the content-addressed store, hash-verified

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);

Callers 1

GenCubemapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected