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

Method material_buffer_create

StereoKit/Native/NativeAPI.cs:304–304  ·  view source on GitHub ↗
(int slot, int size)

Source from the content-addressed store, hash-verified

302 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_shader (IntPtr material);
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

Callers 1

MaterialBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected