⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
|
Axmol Engine 3.0.0-dff292a
|
This is the complete list of members for DriverBase, including all inherited members.
| checkForFeatureSupported(FeatureType feature)=0 | DriverBase | pure virtual |
| createBuffer(size_t size, BufferType type, BufferUsage usage, const void *inital=nullptr)=0 | DriverBase | pure virtual |
| createProgram(std::string_view vsSource, std::string_view fsSource)=0 | DriverBase | pure virtual |
| createRenderContext(void *surfaceContext)=0 | DriverBase | pure virtual |
| createRenderPipeline()=0 | DriverBase | pure virtual |
| createTexture(const TextureDesc &descriptor)=0 | DriverBase | pure virtual |
| dumpExtensions() const | DriverBase | inlinevirtual |
| getInstance() | DriverBase | static |
| getMaxAttributes() const | DriverBase | inline |
| getMaxSamplesAllowed() const | DriverBase | inline |
| getMaxTextureSize() const | DriverBase | inline |
| getMaxTextureUnits() const | DriverBase | inline |
| getRenderer() const =0 | DriverBase | pure virtual |
| getVendor() const =0 | DriverBase | pure virtual |
| getVersion() const =0 | DriverBase | pure virtual |
| hasExtension(std::string_view) const | DriverBase | inlinevirtual |