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

Public Attributes

floatrect_to
 
const floatrect_from
 
int channels_from
 
int profile_to
 
int profile_from
 
bool predivide
 
int width
 
int stride_to
 
int stride_from
 

Detailed Description

Definition at line 506 of file divers.c.

Member Data Documentation

◆ channels_from

int FloatToFloatThreadData::channels_from

Definition at line 509 of file divers.c.

◆ predivide

bool FloatToFloatThreadData::predivide

Definition at line 512 of file divers.c.

◆ profile_from

int FloatToFloatThreadData::profile_from

Definition at line 511 of file divers.c.

◆ profile_to

int FloatToFloatThreadData::profile_to

Definition at line 510 of file divers.c.

◆ rect_from

const float* FloatToFloatThreadData::rect_from

Definition at line 508 of file divers.c.

◆ rect_to

float* FloatToFloatThreadData::rect_to

Definition at line 507 of file divers.c.

◆ stride_from

int FloatToFloatThreadData::stride_from

Definition at line 515 of file divers.c.

◆ stride_to

int FloatToFloatThreadData::stride_to

Definition at line 514 of file divers.c.

◆ width

int FloatToFloatThreadData::width

Definition at line 513 of file divers.c.


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