|
Blender V4.5
|
#include <GPU_material.hh>
Public Attributes | |
| GPUMaterialTexture * | next |
| GPUMaterialTexture * | prev |
| Image * | ima |
| ImageUser | iuser |
| bool | iuser_available |
| GPUTexture ** | colorband |
| GPUTexture ** | sky |
| char | sampler_name [32] |
| char | tiled_mapping_name [32] |
| int | users |
| GPUSamplerState | sampler_state |
Definition at line 230 of file GPU_material.hh.
| GPUTexture** GPUMaterialTexture::colorband |
Definition at line 235 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| Image* GPUMaterialTexture::ima |
Definition at line 232 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| ImageUser GPUMaterialTexture::iuser |
Definition at line 233 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| bool GPUMaterialTexture::iuser_available |
Definition at line 234 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| GPUMaterialTexture* GPUMaterialTexture::next |
Definition at line 231 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| GPUMaterialTexture * GPUMaterialTexture::prev |
Definition at line 231 of file GPU_material.hh.
| char GPUMaterialTexture::sampler_name[32] |
Definition at line 237 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| GPUSamplerState GPUMaterialTexture::sampler_state |
Definition at line 240 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| GPUTexture** GPUMaterialTexture::sky |
Definition at line 236 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| char GPUMaterialTexture::tiled_mapping_name[32] |
Definition at line 238 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().
| int GPUMaterialTexture::users |
Definition at line 239 of file GPU_material.hh.
Referenced by gpu_node_graph_add_texture().