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.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class GPUTextureView : GPUResourceView
Constructors
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
|
Parent
Gets parent GPU resource owning that view.
Declaration
[Unmanaged]
public GPUResource Parent { get; }
Property Value
GPUResource
|