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

#include <GPU_material.h>

Public Attributes

struct GPUMaterialTexturenext
 
struct GPUMaterialTextureprev
 
struct Imageima
 
struct ImageUser iuser
 
bool iuser_available
 
struct GPUTexture ** colorband
 
char sampler_name [32]
 
char tiled_mapping_name [32]
 
int users
 
int sampler_state
 

Detailed Description

Definition at line 290 of file GPU_material.h.

Member Data Documentation

◆ colorband

struct GPUTexture** GPUMaterialTexture::colorband

Definition at line 295 of file GPU_material.h.

◆ ima

struct Image* GPUMaterialTexture::ima

Definition at line 292 of file GPU_material.h.

◆ iuser

struct ImageUser GPUMaterialTexture::iuser

Definition at line 292 of file GPU_material.h.

◆ iuser_available

bool GPUMaterialTexture::iuser_available

Definition at line 294 of file GPU_material.h.

◆ next

struct GPUMaterialTexture* GPUMaterialTexture::next

Definition at line 291 of file GPU_material.h.

◆ prev

struct GPUMaterialTexture * GPUMaterialTexture::prev

Definition at line 291 of file GPU_material.h.

◆ sampler_name

char GPUMaterialTexture::sampler_name[32]

Definition at line 296 of file GPU_material.h.

◆ sampler_state

int GPUMaterialTexture::sampler_state

Definition at line 299 of file GPU_material.h.

◆ tiled_mapping_name

char GPUMaterialTexture::tiled_mapping_name[32]

Definition at line 297 of file GPU_material.h.

◆ users

int GPUMaterialTexture::users

Definition at line 298 of file GPU_material.h.


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