setStageInRegion(_:)
Sets the region of the stage-in attributes to apply to the compute kernel.
Declaration
func setStageInRegion(_ region: MTLRegion)Parameters
- region:
The offset and maximum size of the grid over which compute threads that read per-thread stage-in data are launched.