nw::demo::CommandListSwapper::GpuProfilingEntry Structure

Syntax

struct GpuProfilingEntry
{
   GLuint beginId;
   GLuint endId;
   s64 beginTick;
   s64 endTick;
   f32 costTime;
   bool isInTotal;
};

Description

Member Variables

beginId GLuint
endId GLuint
beginTick s64
endTick s64
costTime f32
isInTotal bool

Member Functions

GpuProfilingEntry

CONFIDENTIAL