SCNProgramDelegate.UnbindValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("program:unbindValueForSymbol:atLocation:programID:renderer:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UnbindValue (SceneKit.SCNProgram program, string symbol, uint location, uint programID, SceneKit.SCNRenderer renderer);
abstract member UnbindValue : SceneKit.SCNProgram * string * uint32 * uint32 * SceneKit.SCNRenderer -> unit
override this.UnbindValue : SceneKit.SCNProgram * string * uint32 * uint32 * SceneKit.SCNRenderer -> unit
Parameters
- program
- SCNProgram
- symbol
- String
- location
- UInt32
- programID
- UInt32
- renderer
- SCNRenderer
- Attributes