([In] byte[] equirectangular_file_utf8, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, IntPtr lighting_info, int priority)
| 175 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_file ([In] byte[] file_utf8, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, int priority); |
| 176 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr tex_create_file_arr (string[] files, int file_count, [MarshalAs(UnmanagedType.Bool)] bool srgb_data, int priority); |
| 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); |
no outgoing calls
no test coverage detected