Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FEventStream
| |
|
| Name |
FChunk |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/GPUProfiler.h |
| Include Path |
#include "GPUProfiler.h" |
Syntax
struct FChunk
Structs
Constants
| Name |
Type |
Remarks |
Include Path |
| ChunkSizeInBytes |
uint32 |
|
GPUProfiler.h |
| MaxEventsPerChunk |
uint32 |
|
GPUProfiler.h |
| MemoryPool |
TLockFreePointerListUnordered< void, PLATFORM_CACHE_LINE_SIZE > |
|
GPUProfiler.h |
| RemainingBytes |
uint32 |
|
GPUProfiler.h |
Variables
Public
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void operator delete
(
void* Pointer
)
|
|
GPUProfiler.h |
|
void * operator new
(
size_t Size
)
|
|
GPUProfiler.h |
|