Struct ScopeProfileBlockGPU
Helper structure used to call BeginEvent/EndEvent within single code block.
Assembly: FlaxEngine.dll
File: Engine/Profiler/ProfilerGPU.h
Syntax
public struct ScopeProfileBlockGPU
Fields
Index
Declaration
public int32 Index
Field Value
int32
|
Methods
~ScopeProfileBlockGPU()
Declaration
public ~ScopeProfileBlockGPU()
Returns
FORCE_INLINE
|
ScopeProfileBlockGPU(const Char* name)
Declaration
public ScopeProfileBlockGPU(const Char* name)
Parameters
Char
name
|
Returns
FORCE_INLINE
|