Blender  V3.3
Public Member Functions | Public Attributes | List of all members
ShaderParameters Struct Reference

#include <image_shader_params.hh>

Public Member Functions

void update (AbstractSpaceAccessor *space, const Scene *scene, Image *image, ImBuf *image_buffer)
 

Public Attributes

int flags = 0
 
float shuffle [4]
 
float far_near [2]
 
bool use_premul_alpha = false
 

Detailed Description

Definition at line 22 of file image_shader_params.hh.

Member Function Documentation

◆ update()

void ShaderParameters::update ( AbstractSpaceAccessor space,
const Scene scene,
Image image,
ImBuf image_buffer 
)
inline

Member Data Documentation

◆ far_near

float ShaderParameters::far_near[2]

Definition at line 25 of file image_shader_params.hh.

Referenced by update().

◆ flags

int ShaderParameters::flags = 0

◆ shuffle

float ShaderParameters::shuffle[4]

◆ use_premul_alpha

bool ShaderParameters::use_premul_alpha = false

Definition at line 26 of file image_shader_params.hh.

Referenced by update().


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