Blender V5.0
stubs.c File Reference
#include <stdlib.h>
#include "BLI_utildefines.h"
#include "IMB_imbuf.hh"

Go to the source code of this file.

Functions

void IMB_freeImBuf (struct ImBuf *UNUSED(ibuf))
void IMB_colormanagement_display_to_scene_linear_v3 (float UNUSED(pixel[3]), struct ColorManagedDisplay *UNUSED(display))
bool IMB_colormanagement_space_is_scene_linear (struct ColorSpace *colorspace)
bool IMB_colormanagement_space_is_data (struct ColorSpace *colorspace)
void BKE_material_defaults_free_gpu (void)

Variables

int G
void * BKE_image_free_buffers = NULL
void * BKE_image_get_tile = NULL
void * BKE_image_get_tile_from_iuser = NULL
void * BKE_tempdir_session = NULL
void * DRW_deferred_shader_remove = NULL
void * datatoc_common_view_lib_glsl = NULL
void * ntreeFreeLocalTree = NULL
void * ntreeGPUMaterialNodes = NULL
void * ntreeLocalize = NULL

Function Documentation

◆ BKE_material_defaults_free_gpu()

void BKE_material_defaults_free_gpu ( void )

Definition at line 29 of file stubs.c.

References default_materials, ListBase::first, GPU_material_free(), Material::gpumaterial, and i.

Referenced by GPU_exit(), and GPU_materials_free().

◆ IMB_colormanagement_display_to_scene_linear_v3()

void IMB_colormanagement_display_to_scene_linear_v3 ( float UNUSEDpixel[3],
struct ColorManagedDisplay * UNUSEDdisplay )

Definition at line 14 of file stubs.c.

◆ IMB_colormanagement_space_is_data()

bool IMB_colormanagement_space_is_data ( struct ColorSpace * colorspace)

Definition at line 24 of file stubs.c.

◆ IMB_colormanagement_space_is_scene_linear()

bool IMB_colormanagement_space_is_scene_linear ( struct ColorSpace * colorspace)

Definition at line 19 of file stubs.c.

◆ IMB_freeImBuf()

void IMB_freeImBuf ( struct ImBuf * UNUSEDibuf)

Definition at line 13 of file stubs.c.

Variable Documentation

◆ BKE_image_free_buffers

◆ BKE_image_get_tile

◆ BKE_image_get_tile_from_iuser

void* BKE_image_get_tile_from_iuser = NULL

Definition at line 37 of file stubs.c.

Referenced by BKE_image_update_gputexture(), image_init_after_load(), and image_quick_test().

◆ BKE_tempdir_session

◆ datatoc_common_view_lib_glsl

void* datatoc_common_view_lib_glsl = NULL

Definition at line 40 of file stubs.c.

◆ DRW_deferred_shader_remove

void* DRW_deferred_shader_remove = NULL

Definition at line 39 of file stubs.c.

◆ G

int G

Defined in blender.cc

Definition at line 32 of file stubs.c.

◆ ntreeFreeLocalTree

void* ntreeFreeLocalTree = NULL

Definition at line 41 of file stubs.c.

◆ ntreeGPUMaterialNodes

void* ntreeGPUMaterialNodes = NULL

Definition at line 42 of file stubs.c.

Referenced by GPU_material_from_nodetree().

◆ ntreeLocalize

void* ntreeLocalize = NULL

Definition at line 43 of file stubs.c.