WTNativeSDKStartupConfiguration Class Reference

Inherits from WTStartupConfiguration : NSObject
Declared in WTNativeSDKStartupConfiguration.h

Overview

WTNativeSDKStartupConfiguration represents configuration values that are specific to the Wikitude Native SDK.

  cameraRenderingTargetTexture

The target texture that should be used to draw the camera frame onto.

@property (nonatomic, assign) GLuint cameraRenderingTargetTexture

Discussion

The target texture that should be used to draw the camera frame onto.

@default 0

You should only use this property if your application has already setup a fixed rendering pipeline and wants the Wikitude SDK to draw the camera frame onto a very specific OpenGL ES 2 texture. Under normal circumstances, WTRenderingMode_External should be used if the Wikitude SDK should draw the camera frame in an already existing rendering environment.

Declared In

WTNativeSDKStartupConfiguration.h