Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
GPUSceneImpl::PendingBufferUpload Struct Reference

A plain device-local buffer copy; the payload is owned so the caller's source can go. More...

Public Attributes

RHIBufferdst {nullptr}
 
uint32_t dstOffset {0}
 
Vector< unsigned chardata {GLOBAL_ALLOC}
 

Detailed Description

A plain device-local buffer copy; the payload is owned so the caller's source can go.

Member Data Documentation

◆ data

Vector<unsigned char> GPUSceneImpl::PendingBufferUpload::data {GLOBAL_ALLOC}

◆ dst

RHIBuffer* GPUSceneImpl::PendingBufferUpload::dst {nullptr}

◆ dstOffset

uint32_t GPUSceneImpl::PendingBufferUpload::dstOffset {0}

The documentation for this struct was generated from the following file: