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

#include <CLG_log.h>

Public Attributes

struct CLG_LogTypenext
 
char identifier [64]
 
struct CLogContextctx
 
int level
 
enum CLG_LogFlag flag
 

Detailed Description

Definition at line 94 of file CLG_log.h.

Member Data Documentation

◆ ctx

struct CLogContext* CLG_LogType::ctx

FILE output.

Definition at line 98 of file CLG_log.h.

Referenced by CLG_color_support_get(), clg_ctx_type_register(), CLG_log_str(), and CLG_logf().

◆ flag

enum CLG_LogFlag CLG_LogType::flag

◆ identifier

char CLG_LogType::identifier[64]

Definition at line 96 of file CLG_log.h.

Referenced by clg_ctx_type_register(), and write_type().

◆ level

int CLG_LogType::level

Control behavior.

Definition at line 100 of file CLG_log.h.

Referenced by clg_ctx_type_register(), blender::gpu::debug::debug_callback(), and blender::gpu::Shader::print_log().

◆ next

struct CLG_LogType* CLG_LogType::next

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