Merge branch 'blender-v3.1-release'
This commit is contained in:
@@ -119,6 +119,7 @@ int GPU_batch_instbuf_add_ex(GPUBatch *, GPUVertBuf *, bool own_vbo);
|
||||
* Returns the index of verts in the batch.
|
||||
*/
|
||||
int GPU_batch_vertbuf_add_ex(GPUBatch *, GPUVertBuf *, bool own_vbo);
|
||||
bool GPU_batch_vertbuf_has(GPUBatch *, GPUVertBuf *);
|
||||
|
||||
#define GPU_batch_vertbuf_add(batch, verts) GPU_batch_vertbuf_add_ex(batch, verts, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user