Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::GPUUploadManagerBucketInfo Struct Reference

GPU upload manager page bucket information. More...

#include <GPUUploadManager.h>

Public Attributes

Uint32 PageSize = 0
 
Uint32 NumPages = 0
 Number of pages currently in the manager.
 

Detailed Description

GPU upload manager page bucket information.

Member Data Documentation

◆ PageSize

Uint32 Diligent::GPUUploadManagerBucketInfo::PageSize = 0

Page size in bytes. For Direct3D11 texture upload stream, this is the upload texture size (width and height). Otherwise, this is the size of the upload page in bytes.