reflection
Declaration
var reflection: MTLRenderPipelineReflection? { get }Discussion
The property is nil when you create a pipeline state from anMTLDevice instance, such as with its makeRenderPipelineState(descriptor:) method.
var reflection: MTLRenderPipelineReflection? { get }The property is nil when you create a pipeline state from anMTLDevice instance, such as with its makeRenderPipelineState(descriptor:) method.