NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRenderEngineTileLayout Struct Reference

Detailed Description

The tile layout for the viewport.

Definition at line 262 of file RenderEngine.h.

Collaboration diagram for dwRenderEngineTileLayout:

Data Fields

dwRenderEngineTileLayoutType sizeLayout
 The layout indicator for size. More...
 
dwRenderEngineTileLayoutType positionLayout
 The layout indicator for position. More...
 
dwRenderEngineTilePositionType positionType
 The position type that determines how the position coordinates are interpreted. More...
 
dwRectf viewport
 The viewport for the tile. More...
 
float32_t aspectRatio
 The aspect ratio for the tile. More...
 
bool useAspectRatio
 Use aspect ratio. More...
 

Field Documentation

◆ aspectRatio

float32_t dwRenderEngineTileLayout::aspectRatio

The aspect ratio for the tile.

Definition at line 274 of file RenderEngine.h.

◆ positionLayout

dwRenderEngineTileLayoutType dwRenderEngineTileLayout::positionLayout

The layout indicator for position.

Definition at line 267 of file RenderEngine.h.

◆ positionType

dwRenderEngineTilePositionType dwRenderEngineTileLayout::positionType

The position type that determines how the position coordinates are interpreted.

Definition at line 270 of file RenderEngine.h.

◆ sizeLayout

dwRenderEngineTileLayoutType dwRenderEngineTileLayout::sizeLayout

The layout indicator for size.

Definition at line 265 of file RenderEngine.h.

◆ useAspectRatio

bool dwRenderEngineTileLayout::useAspectRatio

Use aspect ratio.

Definition at line 276 of file RenderEngine.h.

◆ viewport

dwRectf dwRenderEngineTileLayout::viewport

The viewport for the tile.

Definition at line 272 of file RenderEngine.h.


The documentation for this struct was generated from the following file: