Blender V4.5
GPUMaterialTexture Struct Reference

#include <GPU_material.hh>

Public Attributes

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

Detailed Description

Definition at line 230 of file GPU_material.hh.

Member Data Documentation

◆ colorband

GPUTexture** GPUMaterialTexture::colorband

Definition at line 235 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ ima

Image* GPUMaterialTexture::ima

Definition at line 232 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ iuser

ImageUser GPUMaterialTexture::iuser

Definition at line 233 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ iuser_available

bool GPUMaterialTexture::iuser_available

Definition at line 234 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ next

GPUMaterialTexture* GPUMaterialTexture::next

Definition at line 231 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ prev

GPUMaterialTexture * GPUMaterialTexture::prev

Definition at line 231 of file GPU_material.hh.

◆ sampler_name

char GPUMaterialTexture::sampler_name[32]

Definition at line 237 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ sampler_state

GPUSamplerState GPUMaterialTexture::sampler_state

Definition at line 240 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ sky

GPUTexture** GPUMaterialTexture::sky

Definition at line 236 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ tiled_mapping_name

char GPUMaterialTexture::tiled_mapping_name[32]

Definition at line 238 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ users

int GPUMaterialTexture::users

Definition at line 239 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().


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