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

Method material_set_uint2

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

Source from the content-addressed store, hash-verified

272 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_bool (IntPtr material, string name, [MarshalAs(UnmanagedType.Bool)] bool value);
273 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_uint (IntPtr material, string name, uint value);
274 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_uint2 (IntPtr material, string name, uint value1, uint value2);
275 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_uint3 (IntPtr material, string name, uint value1, uint value2, uint value3);
276 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_uint4 (IntPtr material, string name, uint value1, uint value2, uint value3, uint value4);
277 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_matrix (IntPtr material, string name, Matrix value);

Callers 1

SetUIntMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected