Blender  V3.3
Public Attributes | List of all members
Image_Runtime Struct Reference

#include <DNA_image_types.h>

Public Attributes

voidcache_mutex
 
struct PartialUpdateRegister * partial_update_register
 Register containing partial updates. More...
 
struct PartialUpdateUser * partial_update_user
 Partial update user for GPUTextures stored inside the Image. More...
 

Detailed Description

Definition at line 120 of file DNA_image_types.h.

Member Data Documentation

◆ cache_mutex

void* Image_Runtime::cache_mutex

◆ partial_update_register

struct PartialUpdateRegister* Image_Runtime::partial_update_register

Register containing partial updates.

Definition at line 126 of file DNA_image_types.h.

Referenced by image_blend_write().

◆ partial_update_user

struct PartialUpdateUser* Image_Runtime::partial_update_user

Partial update user for GPUTextures stored inside the Image.

Definition at line 128 of file DNA_image_types.h.

Referenced by image_blend_write(), and image_get_gpu_texture().


The documentation for this struct was generated from the following file: