Struct SceneSamplerDesc
Use to describe the size and format of the sampling output.
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public struct SceneSamplerDesc
Fields
Name | Description |
---|---|
renderBufferHeight | Number of vertical pixels |
renderBufferWidth | Number of horizontal pixels |
renderTextureFormat | Color format of the texture used to store the sampling output |
renderTextureReadWrite | Define if the texture must have a native gamma correction when storing values. |