Search Results for

    Struct YVRLayerCreateInfo

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: YVR.Core
    Assembly: YVR.Core.Runtime.dll
    Syntax
    public struct YVRLayerCreateInfo

    Constructors

    Name Description
    YVRLayerCreateInfo(int, int, int, int, int, int, bool, bool, bool, YVRRenderLayerType, YVRRenderLayerEyeMask, int)
    YVRLayerCreateInfo(int, int, int, int, YVRRenderLayerType, int, YVRRenderLayerEyeMask, bool, bool)

    Fields

    Name Description
    autoShowAfterCreated
    batchedLayerId
    depth
    height
    isSurfaceSwapChain
    layerFlags
    renderLayerEyeMask
    renderLayerType
    separateSwapChain
    swapChainBufferCount
    textureType
    width

    Extension Methods

    ObjectExtensions.GetEnumerableElementType(object)
    ObjectExtensions.IsGenericEnumerable(object)
    ObjectExtensions.ReflectEquals(object, object)
    ObjectExtensions.ReflectionSequenceEqual(object, object)
    ObjectExtensions.TryGetFieldValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TryGetPropertyValue<T>(object, string, out T, BindingFlags)
    ObjectExtensions.TrySetFieldValue<T>(object, string, T, BindingFlags)
    ObjectExtensions.TrySetPropertyValue<T>(object, string, T, BindingFlags)
    SystemObjectExtensions.As<T>(object)
    YVRLog.Debug(object, string)
    YVRLog.Error(object, string)
    YVRLog.Info(object, string)
    YVRLog.Warn(object, string)
    In This Article