Diligent Engine  v.2.4.g
Public Member Functions | List of all members
Diligent::IUploadBuffer Class Referenceabstract

#include <TextureUploader.hpp>

Inheritance diagram for Diligent::IUploadBuffer:
Diligent::IObject Diligent::RefCountedObject< IUploadBuffer > Diligent::ObjectBase< IUploadBuffer > Diligent::UploadBufferBase

Public Member Functions

virtual void WaitForCopyScheduled ()=0
 
virtual MappedTextureSubresource GetMappedData (Uint32 Mip, Uint32 Slice)=0
 
virtual const UploadBufferDescGetDesc () 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 IReferenceCountersGetReferenceCounters () 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...
 

Member Function Documentation

◆ GetDesc()

virtual const UploadBufferDesc& Diligent::IUploadBuffer::GetDesc ( ) const
pure virtual

Implemented in Diligent::UploadBufferBase.

◆ GetMappedData()

virtual MappedTextureSubresource Diligent::IUploadBuffer::GetMappedData ( Uint32  Mip,
Uint32  Slice 
)
pure virtual

Implemented in Diligent::UploadBufferBase.

◆ WaitForCopyScheduled()

virtual void Diligent::IUploadBuffer::WaitForCopyScheduled ( )
pure virtual

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