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

#include <DNA_shader_fx_types.h>

Public Attributes

float loc [3]
 
char _pad [4]
 
struct DRWShadingGroupfx_sh
 
struct DRWShadingGroupfx_sh_b
 
struct DRWShadingGroupfx_sh_c
 

Detailed Description

Runtime temp data.

Definition at line 67 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char ShaderFxData_Runtime::_pad[4]

Definition at line 69 of file DNA_shader_fx_types.h.

◆ fx_sh

struct DRWShadingGroup* ShaderFxData_Runtime::fx_sh

Definition at line 70 of file DNA_shader_fx_types.h.

◆ fx_sh_b

struct DRWShadingGroup* ShaderFxData_Runtime::fx_sh_b

Definition at line 71 of file DNA_shader_fx_types.h.

◆ fx_sh_c

struct DRWShadingGroup* ShaderFxData_Runtime::fx_sh_c

Definition at line 72 of file DNA_shader_fx_types.h.

◆ loc

float ShaderFxData_Runtime::loc[3]

Definition at line 68 of file DNA_shader_fx_types.h.


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