Blender  V2.93
Public Attributes | List of all members
DRWTempBufferHandle Struct Reference

Public Attributes

GPUVertBufbuf
 
GPUVertFormatformat
 
int * vert_len
 

Detailed Description

Definition at line 70 of file draw_instance_data.c.

Member Data Documentation

◆ buf

GPUVertBuf* DRWTempBufferHandle::buf

◆ format

GPUVertFormat* DRWTempBufferHandle::format

Format pointer for reuse.

Definition at line 73 of file draw_instance_data.c.

Referenced by DRW_temp_buffer_request(), and temp_buffer_handle_free().

◆ vert_len

int* DRWTempBufferHandle::vert_len

Touched vertex length for resize.

Definition at line 75 of file draw_instance_data.c.

Referenced by DRW_instance_buffer_finish(), and DRW_temp_buffer_request().


The documentation for this struct was generated from the following file: