|
Diligent Engine
v.2.4.g
|
#include <TextureUploader.hpp>
Public Member Functions | |
| virtual void | WaitForCopyScheduled ()=0 |
| virtual MappedTextureSubresource | GetMappedData (Uint32 Mip, Uint32 Slice)=0 |
| virtual const UploadBufferDesc & | GetDesc () const =0 |
Public Member Functions inherited from Diligent::IObject | |
| virtual void | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
| Queries the specific interface. More... | |
| virtual ReferenceCounterValueType | AddRef ()=0 |
| Increments the number of strong references by 1. More... | |
| virtual ReferenceCounterValueType | Release ()=0 |
| Decrements the number of strong references by 1 and destroys the object when the counter reaches zero. More... | |
| virtual IReferenceCounters * | GetReferenceCounters () const =0 |
| Returns the pointer to IReferenceCounters interface of the associated reference counters object. The method does NOT increment the number of strong references to the returned object. More... | |
|
pure virtual |
Implemented in Diligent::UploadBufferBase.
|
pure virtual |
Implemented in Diligent::UploadBufferBase.
|
pure virtual |
1.8.17