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

#include <DNA_image_types.h>

Public Attributes

struct RenderSlotnext
 
struct RenderSlotprev
 
char name [64]
 
struct RenderResultrender
 

Detailed Description

Definition at line 76 of file DNA_image_types.h.

Member Data Documentation

◆ name

char RenderSlot::name[64]

64 = MAX_NAME.

Definition at line 79 of file DNA_image_types.h.

Referenced by BKE_image_add_renderslot(), blo_do_versions_280(), and uiblock_layer_pass_buttons().

◆ next

struct RenderSlot* RenderSlot::next

Definition at line 77 of file DNA_image_types.h.

◆ prev

struct RenderSlot * RenderSlot::prev

Definition at line 77 of file DNA_image_types.h.

◆ render

struct RenderResult* RenderSlot::render

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