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

Method material_get_texture

StereoKit/Native/NativeAPI.cs:290–290  ·  view source on GitHub ↗
(IntPtr material, string name)

Source from the content-addressed store, hash-verified

288 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern uint material_get_uint (IntPtr material, string name);
289 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix material_get_matrix (IntPtr material, string name);
290 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_texture (IntPtr material, string name);
291 [return: MarshalAs(UnmanagedType.Bool)]
292 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_set_texture_id (IntPtr material, ulong id, IntPtr value);
293 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

GetTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected