nw::demo::CommandListSwapper::GpuProfilingEntry Structurestruct GpuProfilingEntry
{
GLuint beginId;
GLuint endId;
s64 beginTick;
s64 endTick;
f32 costTime;
bool isInTotal;
};
| beginId | GLuint | ||
|---|---|---|---|
| endId | GLuint | ||
| beginTick | s64 | ||
| endTick | s64 | ||
| costTime | f32 | ||
| isInTotal | bool |
CONFIDENTIAL