Photon Fusion 2.1.1

HostProfilerCounter< T > Struct Template Reference

Pre-defined float counter for the host profiler. More...

Public Member Functions

void Add (T delta)
 Records a value for this counter.
 HostProfilerCounter (void *ptr)
 Pre-defined marker for the host profiler.
void Set (T value)
 Records a value for this counter.

Public Attributes

readonly void * Ptr
 Raw value of the marker. Implementation-defined.

Detailed Description

Pre-defined float counter for the host profiler.

Type Constraints
T :unmanaged 

Member Function Documentation

◆ HostProfilerCounter()

HostProfilerCounter ( void * ptr)

Pre-defined marker for the host profiler.

>