Blender V5.0
blender::bke::ImageRuntime Struct Reference

#include <BKE_image.hh>

Public Attributes

Mutex cache_mutex
PartialUpdateRegister * partial_update_register = nullptr
PartialUpdateUser * partial_update_user = nullptr
uint64_t update_count = 0
float backdrop_offset [2] = {}

Detailed Description

Definition at line 52 of file BKE_image.hh.

Member Data Documentation

◆ backdrop_offset

float blender::bke::ImageRuntime::backdrop_offset[2] = {}

Definition at line 67 of file BKE_image.hh.

◆ cache_mutex

Mutex blender::bke::ImageRuntime::cache_mutex

Definition at line 55 of file BKE_image.hh.

◆ partial_update_register

PartialUpdateRegister* blender::bke::ImageRuntime::partial_update_register = nullptr

Register containing partial updates.

Definition at line 58 of file BKE_image.hh.

◆ partial_update_user

PartialUpdateUser* blender::bke::ImageRuntime::partial_update_user = nullptr

Partial update user for GPUTextures stored inside the Image.

Definition at line 60 of file BKE_image.hh.

◆ update_count

uint64_t blender::bke::ImageRuntime::update_count = 0

Definition at line 63 of file BKE_image.hh.


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