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

Method tex_on_load_remove

StereoKit/Native/NativeAPI.cs:188–188  ·  view source on GitHub ↗
(IntPtr texture, AssetOnLoadCallback on_load)

Source from the content-addressed store, hash-verified

186 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern AssetState tex_asset_state (IntPtr texture);
187 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_on_load (IntPtr texture, AssetOnLoadCallback on_load, IntPtr context);
188 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_on_load_remove (IntPtr texture, AssetOnLoadCallback on_load);
189 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_colors (IntPtr texture, int width, int height, IntPtr data);
190 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_colors (IntPtr texture, int width, int height, [In] Color32[] data);
191 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_colors (IntPtr texture, int width, int height, [In] Color[] data);

Callers 1

TexClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected