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

Method tex_addref

StereoKit/Native/NativeAPI.cs:185–185  ·  view source on GitHub ↗
(IntPtr texture)

Source from the content-addressed store, hash-verified

183 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_set_fallback (IntPtr texture, IntPtr fallback);
184 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_release (IntPtr texture);
185 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void tex_addref (IntPtr texture);
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);

Callers 1

TexClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected