Namespace: Rx::LFR – Class: CudaUploadQueue – Header: Rx.LFR/CudaUploadQueue.h

CudaUploadQueue::GetInterface Method

C++
TInterface* GetInterface(ECudaUploadQueueInterface eInterface)

Gets the interface defined by the given interface ID.

Template Parameters

TInterface

[in] The interface type.

Parameters

[ECudaUploadQueueInterface] eInterface

[in] The interface.

Returns

TInterface*

Null if it fails, else the interface.