Class GPUResourceView
Interface for GPU resources views. Shared base class for texture and buffer views.
Inherited Members
GPUResourceView
Assembly: FlaxEngine.dll
File: Engine/Graphics/GPUResource.h
Syntax
public class GPUResourceView : public ScriptingObject
Constructors
GPUResourceView(const SpawnParams& params)
Declaration
protected GPUResourceView(const SpawnParams& params)
Parameters
SpawnParams
params
|
Fields
_parent
DummyLastRenderTime
Declaration
protected static double DummyLastRenderTime
Field Value
double
|
LastRenderTime
Declaration
public double* LastRenderTime
Field Value
double
|
Methods
GetNativePtr()
Gets the native pointer to the underlying view. It's a platform-specific handle.
Declaration
public virtual void* GetNativePtr() const = 0
Returns
void
|
GetParent()
Gets parent GPU resource owning that view.
Declaration
public GPUResource* GetParent() const
Returns
GPUResource
|