Blender  V2.93
Public Attributes | List of all members
GPUMaterialTexture Struct Reference

#include <GPU_material.h>

Public Attributes

struct GPUMaterialTexturenext
 
struct GPUMaterialTextureprev
 
struct Imageima
 
struct ImageUseriuser
 
struct GPUTexture ** colorband
 
char sampler_name [32]
 
char tiled_mapping_name [32]
 
int users
 
int sampler_state
 

Detailed Description

Definition at line 241 of file GPU_material.h.

Member Data Documentation

◆ colorband

struct GPUTexture** GPUMaterialTexture::colorband

Definition at line 245 of file GPU_material.h.

◆ ima

struct Image* GPUMaterialTexture::ima

Definition at line 243 of file GPU_material.h.

◆ iuser

struct ImageUser* GPUMaterialTexture::iuser

Definition at line 244 of file GPU_material.h.

◆ next

struct GPUMaterialTexture* GPUMaterialTexture::next

Definition at line 242 of file GPU_material.h.

◆ prev

struct GPUMaterialTexture * GPUMaterialTexture::prev

Definition at line 242 of file GPU_material.h.

◆ sampler_name

char GPUMaterialTexture::sampler_name[32]

Definition at line 246 of file GPU_material.h.

◆ sampler_state

int GPUMaterialTexture::sampler_state

Definition at line 249 of file GPU_material.h.

◆ tiled_mapping_name

char GPUMaterialTexture::tiled_mapping_name[32]

Definition at line 247 of file GPU_material.h.

◆ users

int GPUMaterialTexture::users

Definition at line 248 of file GPU_material.h.

Referenced by gpu_inputs_free().


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