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

Method shader_get_name

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

Source from the content-addressed store, hash-verified

233 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void shader_set_id (IntPtr shader, string id);
234 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr shader_get_id (IntPtr shader);
235 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr shader_get_name (IntPtr shader);
236 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void shader_release (IntPtr shader);
237
238 ///////////////////////////////////////////

Callers 1

ShaderClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected