Blender V4.3
gpu_vertex_format_private.hh File Reference

Go to the source code of this file.

Functions

void VertexFormat_pack (GPUVertFormat *format)
 
void VertexFormat_texture_buffer_pack (GPUVertFormat *format)
 
uint padding (uint offset, uint alignment)
 
uint vertex_buffer_size (const GPUVertFormat *format, uint vertex_len)
 

Detailed Description

GPU vertex format

Definition in file gpu_vertex_format_private.hh.

Function Documentation

◆ padding()

◆ vertex_buffer_size()

◆ VertexFormat_pack()

◆ VertexFormat_texture_buffer_pack()

void VertexFormat_texture_buffer_pack ( GPUVertFormat * format)

Definition at line 356 of file gpu_vertex_format.cc.

References BLI_assert_msg, and VertexFormat_pack_impl().

Referenced by blender::gpu::VertBuf::init().