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