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

Method material_buffer_set_data

StereoKit/Native/NativeAPI.cs:305–305  ·  view source on GitHub ↗
(IntPtr buffer, IntPtr data)

Source from the content-addressed store, hash-verified

303
304 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_buffer_create (int slot, int size);
305 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_buffer_set_data(IntPtr buffer, IntPtr data);
306 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_buffer_release (IntPtr buffer);
307
308 ///////////////////////////////////////////

Callers 1

SetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected