Class ViveCompositionLayerCylinder
Inheritance
Object
ScriptableObject
OpenXRFeature
ViveCompositionLayerCylinder
Assembly: VIVE.OpenXR.dll
Syntax
public class ViveCompositionLayerCylinder : OpenXRFeature
Fields
featureId
The feature id string. This is used to give the feature a well known id for reference.
Declaration
public const string featureId = "vive.openxr.feature.compositionlayer.cylinder"
Field Value
Properties
CylinderExtensionEnabled
The extension "XR_KHR_composition_layer_cylinder" is enabled or not.
Declaration
public bool CylinderExtensionEnabled { get; }
Property Value
Methods
OnInstanceCreate(ulong)
Declaration
protected override bool OnInstanceCreate(ulong xrInstance)
Parameters
Type |
Name |
Description |
ulong |
xrInstance |
|
Returns
Overrides
Submit_CompositionLayerCylinder(XrCompositionLayerCylinderKHR, LayerType, uint, int)
submit compostion layer of type cylinder.
Declaration
public void Submit_CompositionLayerCylinder(XrCompositionLayerCylinderKHR cylinder, LayerType layerType, uint compositionDepth, int layerID)
Parameters
VIVEOpenXR_Submit_CompositionLayerCylinder(XrCompositionLayerCylinderKHR, LayerType, uint, int)
Declaration
public static extern void VIVEOpenXR_Submit_CompositionLayerCylinder(XrCompositionLayerCylinderKHR cylinder, LayerType layerType, uint compositionDepth, int layerID)
Parameters