Method PrepareDisparityBuffer
PrepareDisparityBuffer(int, int)
Create or resize the disparities buffer.
Declaration
protected virtual void PrepareDisparityBuffer(int frameWidth, int frameHeight)
Parameters
| Type | Name | Description |
|---|---|---|
| int | frameWidth | Texture buffer width. |
| int | frameHeight | Texture buffer height. |