nw::demo::CommandListSwapper::GpuProfilingEntry Structure

Syntax

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

Description

Member Variables

beginId
endId
beginTick
endTick
costTime
isInTotal

Member Functions

GpuProfilingEntry

CONFIDENTIAL