![]() |
DDNet documentation
|
#include <backend_base.h>
Public Member Functions | |
| SCommand_Init () | |
| Public Member Functions inherited from CCommandBuffer::SCommand | |
| SCommand (unsigned Cmd) | |
Public Attributes | |
| SDL_Window * | m_pWindow |
| uint32_t | m_Width |
| uint32_t | m_Height |
| class IStorage * | m_pStorage |
| std::atomic< uint64_t > * | m_pTextureMemoryUsage |
| std::atomic< uint64_t > * | m_pBufferMemoryUsage |
| std::atomic< uint64_t > * | m_pStreamMemoryUsage |
| std::atomic< uint64_t > * | m_pStagingMemoryUsage |
| TTwGraphicsGpuList * | m_pGpuList |
| TGLBackendReadPresentedImageData * | m_pReadPresentedImageDataFunc |
| SBackendCapabilities * | m_pCapabilities |
| int * | m_pInitError |
| const char ** | m_pErrStringPtr |
| char * | m_pVendorString |
| char * | m_pVersionString |
| char * | m_pRendererString |
| int | m_RequestedMajor |
| int | m_RequestedMinor |
| int | m_RequestedPatch |
| EBackendType | m_RequestedBackend |
| int | m_GlewMajor |
| int | m_GlewMinor |
| int | m_GlewPatch |
| Public Attributes inherited from CCommandBuffer::SCommand | |
| unsigned | m_Cmd |
| SCommand * | m_pNext |
|
inline |
| int CCommandProcessorFragment_GLBase::SCommand_Init::m_GlewMajor |
| int CCommandProcessorFragment_GLBase::SCommand_Init::m_GlewMinor |
| int CCommandProcessorFragment_GLBase::SCommand_Init::m_GlewPatch |
| uint32_t CCommandProcessorFragment_GLBase::SCommand_Init::m_Height |
| std::atomic<uint64_t>* CCommandProcessorFragment_GLBase::SCommand_Init::m_pBufferMemoryUsage |
| SBackendCapabilities* CCommandProcessorFragment_GLBase::SCommand_Init::m_pCapabilities |
| const char** CCommandProcessorFragment_GLBase::SCommand_Init::m_pErrStringPtr |
| TTwGraphicsGpuList* CCommandProcessorFragment_GLBase::SCommand_Init::m_pGpuList |
| int* CCommandProcessorFragment_GLBase::SCommand_Init::m_pInitError |
| TGLBackendReadPresentedImageData* CCommandProcessorFragment_GLBase::SCommand_Init::m_pReadPresentedImageDataFunc |
| char* CCommandProcessorFragment_GLBase::SCommand_Init::m_pRendererString |
| std::atomic<uint64_t>* CCommandProcessorFragment_GLBase::SCommand_Init::m_pStagingMemoryUsage |
| class IStorage* CCommandProcessorFragment_GLBase::SCommand_Init::m_pStorage |
| std::atomic<uint64_t>* CCommandProcessorFragment_GLBase::SCommand_Init::m_pStreamMemoryUsage |
| std::atomic<uint64_t>* CCommandProcessorFragment_GLBase::SCommand_Init::m_pTextureMemoryUsage |
| char* CCommandProcessorFragment_GLBase::SCommand_Init::m_pVendorString |
| char* CCommandProcessorFragment_GLBase::SCommand_Init::m_pVersionString |
| SDL_Window* CCommandProcessorFragment_GLBase::SCommand_Init::m_pWindow |
| EBackendType CCommandProcessorFragment_GLBase::SCommand_Init::m_RequestedBackend |
| int CCommandProcessorFragment_GLBase::SCommand_Init::m_RequestedMajor |
| int CCommandProcessorFragment_GLBase::SCommand_Init::m_RequestedMinor |
| int CCommandProcessorFragment_GLBase::SCommand_Init::m_RequestedPatch |
| uint32_t CCommandProcessorFragment_GLBase::SCommand_Init::m_Width |