SCNProgramDelegate.BindValue 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:bindValueForSymbol:atLocation:programID:renderer:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool BindValue (SceneKit.SCNProgram program, string symbol, uint location, uint programID, SceneKit.SCNRenderer renderer);
abstract member BindValue : SceneKit.SCNProgram * string * uint32 * uint32 * SceneKit.SCNRenderer -> bool
override this.BindValue : SceneKit.SCNProgram * string * uint32 * uint32 * SceneKit.SCNRenderer -> bool
Parameters
- program
- SCNProgram
- symbol
- String
- location
- UInt32
- programID
- UInt32
- renderer
- SCNRenderer
Returns
- Attributes