API Constants

AnimLoopMode

  • ALM_Once
  • ALM_Infinite
  • ALM_Loop

Related classes: Instance and Scene.

Attrib

  • A_Position
  • A_Normal
  • A_Tangent
  • A_Bitangent
  • A_Color0
  • A_Color1
  • A_Color2
  • A_Color3
  • A_Indices
  • A_Weight
  • A_TexCoord0
  • A_TexCoord1
  • A_TexCoord2
  • A_TexCoord3
  • A_TexCoord4
  • A_TexCoord5
  • A_TexCoord6
  • A_TexCoord7

Related classes: VertexLayout.

AttribType

  • AT_Uint8
  • AT_Uint10
  • AT_Int16
  • AT_Half
  • AT_Float

Related classes: VertexLayout.

AudioFrameFormat

  • AFF_LPCM_44KHZ_S16_Mono
  • AFF_LPCM_48KHZ_S16_Mono
  • AFF_LPCM_44KHZ_S16_Stereo
  • AFF_LPCM_48KHZ_S16_Stereo

Axis

  • A_X
  • A_Y
  • A_Z
  • A_RotX
  • A_RotY
  • A_RotZ
  • A_Last

Related functions: Overlap.

BackbufferRatio

  • BR_Equal
  • BR_Half
  • BR_Quarter
  • BR_Eighth
  • BR_Sixteenth
  • BR_Double

Related functions: CreateBloomFromAssets, CreateBloomFromFile, CreateForwardPipelineAAAFromAssets, CreateForwardPipelineAAAFromFile, CreateSAOFromAssets and CreateSAOFromFile.

BlendMode

  • BM_Additive
  • BM_Alpha
  • BM_Darken
  • BM_Lighten
  • BM_Multiply
  • BM_Opaque
  • BM_Screen
  • BM_LinearBurn
  • BM_Undefined

Related functions: ComputeRenderState, GetMaterialBlendMode and SetMaterialBlendMode.

ClearFlags

  • CF_None
  • CF_Color
  • CF_Depth
  • CF_Stencil
  • CF_DiscardColor0
  • CF_DiscardColor1
  • CF_DiscardColor2
  • CF_DiscardColor3
  • CF_DiscardColor4
  • CF_DiscardColor5
  • CF_DiscardColor6
  • CF_DiscardColor7
  • CF_DiscardDepth
  • CF_DiscardStencil
  • CF_DiscardColorAll
  • CF_DiscardAll

Related functions: SetView2D, SetViewClear, SetViewOrthographic and SetViewPerspective.

CollisionEventTrackingMode

  • CETM_EventOnly
  • CETM_EventAndContacts

Related classes: SceneBullet3Physics.

CollisionType

  • CT_Sphere
  • CT_Cube
  • CT_Cone
  • CT_Capsule
  • CT_Cylinder
  • CT_Mesh

Related classes: Collision.

DebugFlags

  • DF_IFH
  • DF_Profiler
  • DF_Stats
  • DF_Text
  • DF_Wireframe

Related functions: RenderInit and SetRenderDebug.

DepthTest

  • DT_Less
  • DT_LessEqual
  • DT_Equal
  • DT_GreaterEqual
  • DT_Greater
  • DT_NotEqual
  • DT_Never
  • DT_Always
  • DT_Disabled

Related functions: ComputeRenderState, GetMaterialDepthTest and SetMaterialDepthTest.

DirEntryType

  • DE_File
  • DE_Dir
  • DE_Link
  • DE_All

Related functions: ListDirRecursive and ListDir.

DrawTextHAlign

  • DTHA_Left
  • DTHA_Center
  • DTHA_Right

Related functions: DrawText.

DrawTextVAlign

  • DTVA_Top
  • DTVA_Center
  • DTVA_Bottom

Related functions: DrawText.

Easing

  • E_Linear
  • E_Step
  • E_SmoothStep
  • E_InQuad
  • E_OutQuad
  • E_InOutQuad
  • E_OutInQuad
  • E_InCubic
  • E_OutCubic
  • E_InOutCubic
  • E_OutInCubic
  • E_InQuart
  • E_OutQuart
  • E_InOutQuart
  • E_OutInQuart
  • E_InQuint
  • E_OutQuint
  • E_InOutQuint
  • E_OutInQuint
  • E_InSine
  • E_OutSine
  • E_InOutSine
  • E_OutInSine
  • E_InExpo
  • E_OutExpo
  • E_InOutExpo
  • E_OutInExpo
  • E_InCirc
  • E_OutCirc
  • E_InOutCirc
  • E_OutInCirc
  • E_InElastic
  • E_OutElastic
  • E_InOutElastic
  • E_OutInElastic
  • E_InBack
  • E_OutBack
  • E_InOutBack
  • E_OutInBack
  • E_InBounce
  • E_OutBounce
  • E_InOutBounce
  • E_OutInBounce

Related classes: Scene.

FaceCulling

  • FC_Disabled
  • FC_Clockwise
  • FC_CounterClockwise

Related functions: ComputeRenderState, GetMaterialFaceCulling and SetMaterialFaceCulling.

ForwardPipelineAAADebugBuffer

  • FPAAADB_None
  • FPAAADB_SSGI
  • FPAAADB_SSR

ForwardPipelineLightType

  • FPLT_Point
  • FPLT_Spot
  • FPLT_Linear

Related classes: ForwardPipelineLight.

ForwardPipelineShadowType

  • FPST_None
  • FPST_Map

Related functions: MakeForwardPipelineLinearLight, MakeForwardPipelinePointLight and MakeForwardPipelineSpotLight.

GamepadAxes

  • GA_LeftX
  • GA_LeftY
  • GA_RightX
  • GA_RightY
  • GA_LeftTrigger
  • GA_RightTrigger
  • GA_Count

Related classes: GamepadState and Gamepad.

GamepadButton

  • GB_ButtonA
  • GB_ButtonB
  • GB_ButtonX
  • GB_ButtonY
  • GB_LeftBumper
  • GB_RightBumper
  • GB_Back
  • GB_Start
  • GB_Guide
  • GB_LeftThumb
  • GB_RightThumb
  • GB_DPadUp
  • GB_DPadRight
  • GB_DPadDown
  • GB_DPadLeft
  • GB_Count

Related classes: GamepadState and Gamepad.

ImDrawFlags

  • ImDrawFlags_RoundCornersNone
  • ImDrawFlags_RoundCornersTopLeft
  • ImDrawFlags_RoundCornersTopRight
  • ImDrawFlags_RoundCornersBottomLeft
  • ImDrawFlags_RoundCornersBottomRight
  • ImDrawFlags_RoundCornersAll

Related classes: ImDrawList.

ImGuiCol

  • ImGuiCol_Text
  • ImGuiCol_TextDisabled
  • ImGuiCol_WindowBg
  • ImGuiCol_ChildBg
  • ImGuiCol_PopupBg
  • ImGuiCol_Border
  • ImGuiCol_BorderShadow
  • ImGuiCol_FrameBg
  • ImGuiCol_FrameBgHovered
  • ImGuiCol_FrameBgActive
  • ImGuiCol_TitleBg
  • ImGuiCol_TitleBgActive
  • ImGuiCol_TitleBgCollapsed
  • ImGuiCol_MenuBarBg
  • ImGuiCol_ScrollbarBg
  • ImGuiCol_ScrollbarGrab
  • ImGuiCol_ScrollbarGrabHovered
  • ImGuiCol_ScrollbarGrabActive
  • ImGuiCol_CheckMark
  • ImGuiCol_SliderGrab
  • ImGuiCol_SliderGrabActive
  • ImGuiCol_Button
  • ImGuiCol_ButtonHovered
  • ImGuiCol_ButtonActive
  • ImGuiCol_Header
  • ImGuiCol_HeaderHovered
  • ImGuiCol_HeaderActive
  • ImGuiCol_Separator
  • ImGuiCol_SeparatorHovered
  • ImGuiCol_SeparatorActive
  • ImGuiCol_ResizeGrip
  • ImGuiCol_ResizeGripHovered
  • ImGuiCol_ResizeGripActive
  • ImGuiCol_PlotLines
  • ImGuiCol_PlotLinesHovered
  • ImGuiCol_PlotHistogram
  • ImGuiCol_PlotHistogramHovered
  • ImGuiCol_TextSelectedBg
  • ImGuiCol_DragDropTarget
  • ImGuiCol_NavHighlight
  • ImGuiCol_NavWindowingHighlight
  • ImGuiCol_NavWindowingDimBg
  • ImGuiCol_ModalWindowDimBg

Related functions: ImGuiGetColorU32 and ImGuiPushStyleColor.

ImGuiColorEditFlags

  • ImGuiColorEditFlags_None
  • ImGuiColorEditFlags_NoAlpha
  • ImGuiColorEditFlags_NoPicker
  • ImGuiColorEditFlags_NoOptions
  • ImGuiColorEditFlags_NoSmallPreview
  • ImGuiColorEditFlags_NoInputs
  • ImGuiColorEditFlags_NoTooltip
  • ImGuiColorEditFlags_NoLabel
  • ImGuiColorEditFlags_NoSidePreview
  • ImGuiColorEditFlags_NoDragDrop
  • ImGuiColorEditFlags_AlphaBar
  • ImGuiColorEditFlags_AlphaPreview
  • ImGuiColorEditFlags_AlphaPreviewHalf
  • ImGuiColorEditFlags_HDR
  • ImGuiColorEditFlags_DisplayRGB
  • ImGuiColorEditFlags_DisplayHSV
  • ImGuiColorEditFlags_DisplayHex
  • ImGuiColorEditFlags_Uint8
  • ImGuiColorEditFlags_Float
  • ImGuiColorEditFlags_PickerHueBar
  • ImGuiColorEditFlags_PickerHueWheel
  • ImGuiColorEditFlags_InputRGB
  • ImGuiColorEditFlags_InputHSV

Related functions: ImGuiColorButton and ImGuiColorEdit.

ImGuiComboFlags

  • ImGuiComboFlags_PopupAlignLeft
  • ImGuiComboFlags_HeightSmall
  • ImGuiComboFlags_HeightRegular
  • ImGuiComboFlags_HeightLarge
  • ImGuiComboFlags_HeightLargest

Related functions: ImGuiBeginCombo.

ImGuiCond

  • ImGuiCond_Always
  • ImGuiCond_Once
  • ImGuiCond_FirstUseEver
  • ImGuiCond_Appearing

Related functions: ImGuiSetNextItemOpen, ImGuiSetNextWindowCollapsed, ImGuiSetNextWindowPosCenter, ImGuiSetNextWindowPos, ImGuiSetNextWindowSize, ImGuiSetWindowCollapsed, ImGuiSetWindowPos and ImGuiSetWindowSize.

ImGuiFocusedFlags

  • ImGuiFocusedFlags_ChildWindows
  • ImGuiFocusedFlags_RootWindow
  • ImGuiFocusedFlags_RootAndChildWindows

Related functions: ImGuiIsWindowFocused.

ImGuiHoveredFlags

  • ImGuiHoveredFlags_None
  • ImGuiHoveredFlags_ChildWindows
  • ImGuiHoveredFlags_RootWindow
  • ImGuiHoveredFlags_AnyWindow
  • ImGuiHoveredFlags_AllowWhenBlockedByPopup
  • ImGuiHoveredFlags_AllowWhenBlockedByActiveItem
  • ImGuiHoveredFlags_AllowWhenOverlapped
  • ImGuiHoveredFlags_AllowWhenDisabled
  • ImGuiHoveredFlags_RectOnly
  • ImGuiHoveredFlags_RootAndChildWindows

Related functions: ImGuiIsItemHovered and ImGuiIsWindowHovered.

ImGuiInputTextFlags

  • ImGuiInputTextFlags_CharsDecimal
  • ImGuiInputTextFlags_CharsHexadecimal
  • ImGuiInputTextFlags_CharsUppercase
  • ImGuiInputTextFlags_CharsNoBlank
  • ImGuiInputTextFlags_AutoSelectAll
  • ImGuiInputTextFlags_EnterReturnsTrue
  • ImGuiInputTextFlags_CallbackCompletion
  • ImGuiInputTextFlags_CallbackHistory
  • ImGuiInputTextFlags_CallbackAlways
  • ImGuiInputTextFlags_CallbackCharFilter
  • ImGuiInputTextFlags_AllowTabInput
  • ImGuiInputTextFlags_CtrlEnterForNewLine
  • ImGuiInputTextFlags_NoHorizontalScroll
  • ImGuiInputTextFlags_AlwaysOverwrite
  • ImGuiInputTextFlags_ReadOnly
  • ImGuiInputTextFlags_Password

Related functions: ImGuiInputFloat, ImGuiInputIntVec2, ImGuiInputInt, ImGuiInputText, ImGuiInputVec2, ImGuiInputVec3 and ImGuiInputVec4.

ImGuiMouseButton

  • ImGuiMouseButton_Left
  • ImGuiMouseButton_Right
  • ImGuiMouseButton_Middle

Related functions: ImGuiGetMouseDragDelta, ImGuiIsMouseDragging and ImGuiResetMouseDragDelta.

ImGuiPopupFlags

  • ImGuiPopupFlags_None
  • ImGuiPopupFlags_MouseButtonLeft
  • ImGuiPopupFlags_MouseButtonRight
  • ImGuiPopupFlags_MouseButtonMiddle
  • ImGuiPopupFlags_NoOpenOverExistingPopup
  • ImGuiPopupFlags_NoOpenOverItems
  • ImGuiPopupFlags_AnyPopupId
  • ImGuiPopupFlags_AnyPopupLevel
  • ImGuiPopupFlags_AnyPopup

Related functions: ImGuiBeginPopupContextWindow.

ImGuiSelectableFlags

  • ImGuiSelectableFlags_DontClosePopups
  • ImGuiSelectableFlags_SpanAllColumns
  • ImGuiSelectableFlags_AllowDoubleClick

Related functions: ImGuiSelectable.

ImGuiStyleVar

  • ImGuiStyleVar_Alpha
  • ImGuiStyleVar_WindowPadding
  • ImGuiStyleVar_WindowRounding
  • ImGuiStyleVar_WindowMinSize
  • ImGuiStyleVar_ChildRounding
  • ImGuiStyleVar_FramePadding
  • ImGuiStyleVar_FrameRounding
  • ImGuiStyleVar_ItemSpacing
  • ImGuiStyleVar_ItemInnerSpacing
  • ImGuiStyleVar_IndentSpacing
  • ImGuiStyleVar_GrabMinSize
  • ImGuiStyleVar_ButtonTextAlign

Related functions: ImGuiPushStyleVar.

ImGuiTreeNodeFlags

  • ImGuiTreeNodeFlags_Selected
  • ImGuiTreeNodeFlags_Framed
  • ImGuiTreeNodeFlags_AllowItemOverlap
  • ImGuiTreeNodeFlags_NoTreePushOnOpen
  • ImGuiTreeNodeFlags_NoAutoOpenOnLog
  • ImGuiTreeNodeFlags_DefaultOpen
  • ImGuiTreeNodeFlags_OpenOnDoubleClick
  • ImGuiTreeNodeFlags_OpenOnArrow
  • ImGuiTreeNodeFlags_Leaf
  • ImGuiTreeNodeFlags_Bullet
  • ImGuiTreeNodeFlags_CollapsingHeader

Related functions: ImGuiCollapsingHeader and ImGuiTreeNodeEx.

ImGuiWindowFlags

  • ImGuiWindowFlags_NoTitleBar
  • ImGuiWindowFlags_NoResize
  • ImGuiWindowFlags_NoMove
  • ImGuiWindowFlags_NoScrollbar
  • ImGuiWindowFlags_NoScrollWithMouse
  • ImGuiWindowFlags_NoCollapse
  • ImGuiWindowFlags_AlwaysAutoResize
  • ImGuiWindowFlags_NoSavedSettings
  • ImGuiWindowFlags_NoInputs
  • ImGuiWindowFlags_MenuBar
  • ImGuiWindowFlags_HorizontalScrollbar
  • ImGuiWindowFlags_NoFocusOnAppearing
  • ImGuiWindowFlags_NoBringToFrontOnFocus
  • ImGuiWindowFlags_AlwaysVerticalScrollbar
  • ImGuiWindowFlags_AlwaysHorizontalScrollbar
  • ImGuiWindowFlags_AlwaysUseWindowPadding
  • ImGuiWindowFlags_NoDocking

Related functions: ImGuiBeginChild, ImGuiBeginPopupModal and ImGuiBegin.

Key

  • K_LShift
  • K_RShift
  • K_LCtrl
  • K_RCtrl
  • K_LAlt
  • K_RAlt
  • K_LWin
  • K_RWin
  • K_Tab
  • K_CapsLock
  • K_Space
  • K_Backspace
  • K_Insert
  • K_Suppr
  • K_Home
  • K_End
  • K_PageUp
  • K_PageDown
  • K_Up
  • K_Down
  • K_Left
  • K_Right
  • K_Escape
  • K_F1
  • K_F2
  • K_F3
  • K_F4
  • K_F5
  • K_F6
  • K_F7
  • K_F8
  • K_F9
  • K_F10
  • K_F11
  • K_F12
  • K_PrintScreen
  • K_ScrollLock
  • K_Pause
  • K_NumLock
  • K_Return
  • K_0
  • K_1
  • K_2
  • K_3
  • K_4
  • K_5
  • K_6
  • K_7
  • K_8
  • K_9
  • K_Numpad0
  • K_Numpad1
  • K_Numpad2
  • K_Numpad3
  • K_Numpad4
  • K_Numpad5
  • K_Numpad6
  • K_Numpad7
  • K_Numpad8
  • K_Numpad9
  • K_Add
  • K_Sub
  • K_Mul
  • K_Div
  • K_Enter
  • K_A
  • K_B
  • K_C
  • K_D
  • K_E
  • K_F
  • K_G
  • K_H
  • K_I
  • K_J
  • K_K
  • K_L
  • K_M
  • K_N
  • K_O
  • K_P
  • K_Q
  • K_R
  • K_S
  • K_T
  • K_U
  • K_V
  • K_W
  • K_X
  • K_Y
  • K_Z
  • K_Plus
  • K_Comma
  • K_Minus
  • K_Period
  • K_OEM1
  • K_OEM2
  • K_OEM3
  • K_OEM4
  • K_OEM5
  • K_OEM6
  • K_OEM7
  • K_OEM8
  • K_BrowserBack
  • K_BrowserForward
  • K_BrowserRefresh
  • K_BrowserStop
  • K_BrowserSearch
  • K_BrowserFavorites
  • K_BrowserHome
  • K_VolumeMute
  • K_VolumeDown
  • K_VolumeUp
  • K_MediaNextTrack
  • K_MediaPrevTrack
  • K_MediaStop
  • K_MediaPlayPause
  • K_LaunchMail
  • K_LaunchMediaSelect
  • K_LaunchApp1
  • K_LaunchApp2
  • K_Last

Related classes: KeyboardState and Keyboard.

Related functions: GetKeyName.

LightShadowType

  • LST_None
  • LST_Map

Related classes: Light and Scene.

Related functions: CreateLinearLight, CreatePointLight and CreateSpotLight.

LightType

  • LT_Point
  • LT_Spot
  • LT_Linear

Related classes: Light.

LoadSaveSceneFlags

  • LSSF_Nodes
  • LSSF_Scene
  • LSSF_Anims
  • LSSF_KeyValues
  • LSSF_Physics
  • LSSF_Scripts
  • LSSF_All
  • LSSF_QueueTextureLoads
  • LSSF_FreezeMatrixToTransformOnSave
  • LSSF_QueueModelLoads
  • LSSF_DoNotChangeCurrentCameraIfValid

Related classes: Node.

Related functions: CreateInstanceFromAssets, CreateInstanceFromFile, LoadSceneBinaryFromAssets, LoadSceneBinaryFromDataAndAssets, LoadSceneBinaryFromDataAndFile, LoadSceneBinaryFromFile, LoadSceneFromAssets, LoadSceneFromFile, LoadSceneJsonFromAssets, LoadSceneJsonFromFile, SaveSceneBinaryToData, SaveSceneBinaryToFile and SaveSceneJsonToFile.

LogLevel

  • LL_Normal
  • LL_Warning
  • LL_Error
  • LL_Debug
  • LL_All

Related functions: SetLogLevel.

MonitorRotation

  • MR_0
  • MR_90
  • MR_180
  • MR_270

Related classes: MonitorMode.

Related functions: NewFullscreenWindow.

MouseButton

  • MB_0
  • MB_1
  • MB_2
  • MB_3
  • MB_4
  • MB_5
  • MB_6
  • MB_7

Related classes: MouseState.

NodeComponentIdx

  • NCI_Transform
  • NCI_Camera
  • NCI_Object
  • NCI_Light
  • NCI_RigidBody

Related classes: Scene.

OpenVRAA

  • OVRAA_None
  • OVRAA_MSAA2x
  • OVRAA_MSAA4x
  • OVRAA_MSAA8x
  • OVRAA_MSAA16x

Related functions: OpenVRCreateEyeFrameBuffer.

PictureFormat

  • PF_RGB24
  • PF_RGBA32
  • PF_RGBA32F

Related classes: Picture.

RendererType

  • RT_Noop
  • RT_Direct3D9
  • RT_Direct3D11
  • RT_Direct3D12
  • RT_Gnm
  • RT_Metal
  • RT_Nvn
  • RT_OpenGLES
  • RT_OpenGL
  • RT_Vulkan
  • RT_Count

Related functions: RenderInit.

ResetFlags

  • RF_None
  • RF_MSAA2X
  • RF_MSAA4X
  • RF_MSAA8X
  • RF_MSAA16X
  • RF_VSync
  • RF_MaxAnisotropy
  • RF_Capture
  • RF_FlushAfterRender
  • RF_FlipAfterRender
  • RF_SRGBBackBuffer
  • RF_HDR10
  • RF_HiDPI
  • RF_DepthClamp
  • RF_Suspend

Related functions: RenderInit and RenderReset.

RigidBodyType

  • RBT_Dynamic
  • RBT_Kinematic
  • RBT_Static

Related classes: RigidBody.

RotationOrder

  • RO_ZYX
  • RO_YZX
  • RO_ZXY
  • RO_XZY
  • RO_YXZ
  • RO_XYZ
  • RO_XY
  • RO_Default

Related functions: Decompose, GetR, GetRotation, QuaternionFromEuler, ReverseRotationOrder, RotationMat3, RotationMat4 and ToEuler.

SceneForwardPipelinePass

  • SFPP_Opaque
  • SFPP_Transparent
  • SFPP_Slot0LinearSplit0
  • SFPP_Slot0LinearSplit1
  • SFPP_Slot0LinearSplit2
  • SFPP_Slot0LinearSplit3
  • SFPP_Slot1Spot
  • SFPP_DepthPrepass

Related functions: GetSceneForwardPipelinePassViewId.

SeekMode

  • SM_Start
  • SM_Current
  • SM_End

Related functions: Seek.

SoundRef

  • SND_Invalid

Related functions: LoadOGGSoundAsset, LoadOGGSoundFile, LoadWAVSoundAsset, LoadWAVSoundFile, PlaySpatialized, PlayStereo and UnloadSound.

SourceRef

  • SRC_Invalid

Related functions: GetSourceDuration, GetSourceState, GetSourceTimecode, PauseSource, PlaySpatialized, PlayStereo, SetSourcePanning, SetSourceRepeat, SetSourceTimecode, SetSourceTransform, SetSourceVolume, StopSource, StreamOGGAssetSpatialized, StreamOGGAssetStereo, StreamOGGFileSpatialized, StreamOGGFileStereo, StreamWAVAssetSpatialized, StreamWAVAssetStereo, StreamWAVFileSpatialized and StreamWAVFileStereo.

SourceRepeat

  • SR_Once
  • SR_Loop

Related classes: SpatializedSourceState and StereoSourceState.

Related functions: SetSourceRepeat.

SourceState

  • SS_Initial
  • SS_Playing
  • SS_Paused
  • SS_Stopped
  • SS_Invalid

Related functions: GetSourceState.

TextureFlags

  • TF_UMirror
  • TF_UClamp
  • TF_UBorder
  • TF_VMirror
  • TF_VClamp
  • TF_VBorder
  • TF_WMirror
  • TF_WClamp
  • TF_WBorder
  • TF_SamplerMinPoint
  • TF_SamplerMinAnisotropic
  • TF_SamplerMagPoint
  • TF_SamplerMagAnisotropic
  • TF_BlitDestination
  • TF_ReadBack
  • TF_RenderTarget

Related functions: CreateTextureFromPicture, CreateTexture, LoadTextureFlagsFromAssets, LoadTextureFlagsFromFile, LoadTextureFromAssets and LoadTextureFromFile.

TextureFormat

  • TF_BC1
  • TF_BC2
  • TF_BC3
  • TF_BC4
  • TF_BC5
  • TF_BC6H
  • TF_BC7
  • TF_ETC1
  • TF_ETC2
  • TF_ETC2A
  • TF_ETC2A1
  • TF_PTC12
  • TF_PTC14
  • TF_PTC12A
  • TF_PTC14A
  • TF_PTC22
  • TF_PTC24
  • TF_ATC
  • TF_ATCE
  • TF_ATCI
  • TF_ASTC4x4
  • TF_ASTC5x5
  • TF_ASTC6x6
  • TF_ASTC8x5
  • TF_ASTC8x6
  • TF_ASTC10x5
  • TF_Unknown
  • TF_R1
  • TF_A8
  • TF_R8
  • TF_R8I
  • TF_R8U
  • TF_R8S
  • TF_R16
  • TF_R16I
  • TF_R16U
  • TF_R16F
  • TF_R16S
  • TF_R32I
  • TF_R32U
  • TF_R32F
  • TF_RG8
  • TF_RG8I
  • TF_RG8U
  • TF_RG8S
  • TF_RG16
  • TF_RG16I
  • TF_RG16U
  • TF_RG16F
  • TF_RG16S
  • TF_RG32I
  • TF_RG32U
  • TF_RG32F
  • TF_RGB8
  • TF_RGB8I
  • TF_RGB8U
  • TF_RGB8S
  • TF_RGB9E5F
  • TF_BGRA8
  • TF_RGBA8
  • TF_RGBA8I
  • TF_RGBA8U
  • TF_RGBA8S
  • TF_RGBA16
  • TF_RGBA16I
  • TF_RGBA16U
  • TF_RGBA16F
  • TF_RGBA16S
  • TF_RGBA32I
  • TF_RGBA32U
  • TF_RGBA32F
  • TF_R5G6B5
  • TF_RGBA4
  • TF_RGB5A1
  • TF_RGB10A2
  • TF_RG11B10F
  • TF_UnknownDepth
  • TF_D16
  • TF_D24
  • TF_D24S8
  • TF_D32
  • TF_D16F
  • TF_D24F
  • TF_D32F
  • TF_D0S8

Related classes: TextureInfo.

Related functions: CreateFrameBuffer, CreateTextureFromPicture, CreateTexture, RenderInit, RenderReset and UpdateTexture.

VRControllerButton

  • VRCB_DPad_Up
  • VRCB_DPad_Down
  • VRCB_DPad_Left
  • VRCB_DPad_Right
  • VRCB_System
  • VRCB_AppMenu
  • VRCB_Grip
  • VRCB_A
  • VRCB_ProximitySensor
  • VRCB_Axis0
  • VRCB_Axis1
  • VRCB_Axis2
  • VRCB_Axis3
  • VRCB_Axis4
  • VRCB_Count

Related classes: VRControllerState and VRController.

VideoFrameFormat

  • VFF_UNKNOWN
  • VFF_YUV422
  • VFF_RGB24

Related classes: IVideoStreamer.

ViewMode

  • VM_Default
  • VM_Sequential
  • VM_DepthAscending
  • VM_DepthDescending

Related functions: SetViewMode.

Visibility

  • V_Outside
  • V_Inside
  • V_Clipped

Related functions: TestVisibility.

WindowVisibility

  • WV_Windowed
  • WV_Undecorated
  • WV_Fullscreen
  • WV_Hidden
  • WV_FullscreenMonitor1
  • WV_FullscreenMonitor2
  • WV_FullscreenMonitor3

Related functions: NewWindow.