Blender V4.3
Image_Runtime Struct Reference

#include <DNA_image_types.h>

Public Attributes

void * cache_mutex
 
struct PartialUpdateRegister * partial_update_register
 Register containing partial updates.
 
struct PartialUpdateUser * partial_update_user
 Partial update user for GPUTextures stored inside the Image.
 
float backdrop_offset [2]
 

Detailed Description

Definition at line 127 of file DNA_image_types.h.

Member Data Documentation

◆ backdrop_offset

◆ cache_mutex

◆ partial_update_register

struct PartialUpdateRegister* Image_Runtime::partial_update_register

Register containing partial updates.

Definition at line 133 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 135 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: