Blender V5.0
GPUMaterialTexture Struct Reference

#include <GPU_material.hh>

Public Attributes

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

Detailed Description

Definition at line 253 of file GPU_material.hh.

Member Data Documentation

◆ colorband

blender::gpu::Texture** GPUMaterialTexture::colorband

Definition at line 258 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ ima

Image* GPUMaterialTexture::ima

Definition at line 255 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ iuser

ImageUser GPUMaterialTexture::iuser

Definition at line 256 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ iuser_available

bool GPUMaterialTexture::iuser_available

Definition at line 257 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ next

GPUMaterialTexture* GPUMaterialTexture::next

Definition at line 254 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ prev

GPUMaterialTexture * GPUMaterialTexture::prev

Definition at line 254 of file GPU_material.hh.

◆ sampler_name

char GPUMaterialTexture::sampler_name[32]

Definition at line 260 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ sampler_state

GPUSamplerState GPUMaterialTexture::sampler_state

Definition at line 263 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ sky

blender::gpu::Texture** GPUMaterialTexture::sky

Definition at line 259 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ tiled_mapping_name

char GPUMaterialTexture::tiled_mapping_name[32]

Definition at line 261 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().

◆ users

int GPUMaterialTexture::users

Definition at line 262 of file GPU_material.hh.

Referenced by gpu_node_graph_add_texture().


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