24.08
|
#include <cstdint>
Go to the source code of this file.
Functions | |
const char * | GetBackendId () |
void | GetVersion (uint32_t *outMajor, uint32_t *outMinor) |
void * | BackendFactory () |
void* BackendFactory | ( | ) |
Definition at line 30 of file RefDynamicBackend.cpp.
const char* GetBackendId | ( | ) |
Definition at line 12 of file RefDynamicBackend.cpp.
References BackendId::Get(), and RefBackend::GetIdStatic().
void GetVersion | ( | uint32_t * | outMajor, |
uint32_t * | outMinor | ||
) |
Definition at line 17 of file RefDynamicBackend.cpp.
References IBackendInternal::GetApiVersion(), BackendVersion::m_Major, and BackendVersion::m_Minor.