Blender V4.3
blender::gpu::MTLDrawList Class Reference

#include <mtl_drawlist.hh>

Inherits blender::gpu::DrawList.

Public Member Functions

 MTLDrawList (int length)
 
 ~MTLDrawList ()
 
void append (Batch *batch, int i_first, int i_count) override
 
void submit () override
 
- Public Member Functions inherited from blender::gpu::DrawList
virtual ~DrawList ()
 

Detailed Description

Implementation of Multi Draw Indirect using OpenGL.

Definition at line 27 of file mtl_drawlist.hh.

Constructor & Destructor Documentation

◆ MTLDrawList()

blender::gpu::MTLDrawList::MTLDrawList ( int length)

Definition at line 49 of file mtl_drawlist.mm.

References BLI_assert, and MEM_mallocN.

◆ ~MTLDrawList()

blender::gpu::MTLDrawList::~MTLDrawList ( )

Definition at line 61 of file mtl_drawlist.mm.

References MEM_freeN().

Member Function Documentation

◆ append()

◆ submit()


The documentation for this class was generated from the following files: