Search Results for

    Show / Hide Table of Contents

    Class GPUTextureView

    Defines a view for the GPUTexture surface, full resource or any of the sub-parts. Can be used to define a single subresource of the texture, volume texture or texture array. Used to render to the texture and/or use textures in the shaders.

    Inheritance
    System.Object
    Object
    FlaxEngine.GPUResourceView
    GPUTextureView
    Inherited Members
    Object.__unmanagedPtr
    Object.__internalId
    Object.Finalize()
    Object.As<T>()
    Object.NewValue(Type)
    Object.New(String)
    Object.Find<T>(Guid, Boolean)
    Object.Find(Guid, Type, Boolean)
    Object.TryFind<T>(Guid)
    Object.TryFind(Guid, Type)
    Object.Destroy(Object, Single)
    Object.DestroyNow(Object)
    Object.Destroy<T>(T, Single)
    Object.Equals(Object)
    Object.GetUnmanagedPtr(Object)
    Object.GetUnmanagedInterface(Object, Type)
    Object.FromUnmanagedPtr(IntPtr)
    Object.MapObjectID(Guid)
    Object.RemapObjectID(Guid)
    Object.GetHashCode()
    Object.ID
    Object.TypeName
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class GPUTextureView : GPUResourceView

    Constructors

    GPUTextureView()

    Initializes a new instance of the GPUTextureView.

    Declaration
    public GPUTextureView()

    Properties

    Format

    Gets the view format.

    Declaration
    [Unmanaged]
    public PixelFormat Format { get; }
    Property Value
    PixelFormat

    MSAA

    Gets view MSAA level.

    Declaration
    [Unmanaged]
    public MSAALevel MSAA { get; }
    Property Value
    MSAALevel

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat