Blender  V3.3
Functions
gpu_private.h File Reference

Go to the source code of this file.

Functions

void gpu_backend_delete_resources (void)
 
void gpu_pbvh_init (void)
 
void gpu_pbvh_exit (void)
 

Function Documentation

◆ gpu_backend_delete_resources()

void gpu_backend_delete_resources ( void  )

Definition at line 261 of file gpu_context.cc.

References BLI_assert, blender::gpu::GPUBackend::delete_resources(), and g_backend.

Referenced by GPU_exit().

◆ gpu_pbvh_exit()

void gpu_pbvh_exit ( void  )

Definition at line 141 of file gpu_buffers.c.

Referenced by GPU_exit().

◆ gpu_pbvh_init()

void gpu_pbvh_init ( void  )

Definition at line 137 of file gpu_buffers.c.

Referenced by GPU_init().