Struct SceneSamplerDesc
Use to describe the size and format of the sampling output.
Namespace: Mechatronics.SensorSDK
Syntax
public struct SceneSamplerDesc
Fields
renderBufferHeight
Number of vertical pixels
Declaration
public int renderBufferHeight
Field Value
Type | Description |
---|---|
Int32 |
renderBufferWidth
Number of horizontal pixels
Declaration
public int renderBufferWidth
Field Value
Type | Description |
---|---|
Int32 |
renderTextureFormat
Color format of the texture used to store the sampling output
Declaration
public RenderTextureFormat renderTextureFormat
Field Value
Type | Description |
---|---|
RenderTextureFormat |
renderTextureReadWrite
Define if the texture must have a native gamma correction when storing values.
Declaration
public RenderTextureReadWrite renderTextureReadWrite
Field Value
Type | Description |
---|---|
RenderTextureReadWrite |