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

Method tex_create_cubemap_files

StereoKit/Native/NativeAPI.cs:179–179  ·  view source on GitHub ↗
(string[] cube_face_file_xxyyzz, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, IntPtr lighting_info, int priority)

Source from the content-addressed store, hash-verified

177 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_cubemap_file ([In] byte[] equirectangular_file_utf8, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, IntPtr lighting_info, int priority);
178 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_cubemap_file ([In] byte[] equirectangular_file_utf8, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, out SphericalHarmonics lighting_info, int priority);
179 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_cubemap_files(string[] cube_face_file_xxyyzz, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, IntPtr lighting_info, int priority);
180 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_cubemap_files(string[] cube_face_file_xxyyzz, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, out SphericalHarmonics lighting_info, int priority);
181 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_id (IntPtr texture, string id);
182 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_get_id (IntPtr texture);

Callers 1

FromCubemapFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected