⚠️ 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 DriverImpl, including all inherited members.
| checkForFeatureSupported(FeatureType feature) override | DriverImpl | virtual |
| createBuffer(std::size_t size, BufferType type, BufferUsage usage, const void *initial) override | DriverImpl | |
| ax::rhi::DriverBase::createBuffer(size_t size, BufferType type, BufferUsage usage, const void *inital=nullptr)=0 | DriverBase | pure virtual |
| createDepthStencilState() override | DriverImpl | virtual |
| createProgram(std::string_view vertexShader, std::string_view fragmentShader) override | DriverImpl | virtual |
| createRenderContext(void *) override | DriverImpl | virtual |
| createRenderPipeline() override | DriverImpl | virtual |
| createTexture(const TextureDesc &descriptor) override | DriverImpl | virtual |
| dumpExtensions() const | DriverBase | inlinevirtual |
| getInstance() | DriverBase | static |
| getMaxAttributes() const | DriverBase | inline |
| getMaxSamplesAllowed() const | DriverBase | inline |
| getMaxTextureSize() const | DriverBase | inline |
| getMaxTextureUnits() const | DriverBase | inline |
| getMTLDevice() const | DriverImpl | inline |
| getRenderer() const override | DriverImpl | virtual |
| getVendor() const override | DriverImpl | virtual |
| getVersion() const override | DriverImpl | virtual |
| hasExtension(std::string_view) const | DriverBase | inlinevirtual |