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

#include <gl_drawlist.hh>

Inherits blender::gpu::DrawList.

Public Member Functions

 GLDrawList (int length)
 
 ~GLDrawList ()
 
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 30 of file gl_drawlist.hh.

Constructor & Destructor Documentation

◆ GLDrawList()

GLDrawList::GLDrawList ( int length)

◆ ~GLDrawList()

GLDrawList::~GLDrawList ( )

Definition at line 70 of file gl_drawlist.cc.

References blender::gpu::GLContext::buf_free().

Member Function Documentation

◆ append()

◆ submit()


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