Blender V4.5
gpu_private.hh File Reference

Go to the source code of this file.

Functions

void gpu_backend_init_resources ()
 
void gpu_backend_delete_resources ()
 

Function Documentation

◆ gpu_backend_delete_resources()

void gpu_backend_delete_resources ( )

Definition at line 485 of file gpu_context.cc.

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

Referenced by GPU_exit().

◆ gpu_backend_init_resources()

void gpu_backend_init_resources ( )

Definition at line 479 of file gpu_context.cc.

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

Referenced by GPU_init().