uniformHandle(named:)
Returns a handle for the named uniform.
Declaration
func uniformHandle(named name: String) -> ComputeGraphComponent.UniformHandle?Parameters
- name:
The name of the named uniform.
Return Value
A ComputeGraphComponent.UniformHandle, or nil if no match is found.