Castor3D 0.12.0
Multiplatform 3D engine
Public Member Functions | Static Public Member Functions | Public Attributes | Friends | List of all members
castor3d::shader::TextureAnimData Struct Reference

#include <GlslTextureAnimation.hpp>

Inheritance diagram for castor3d::shader::TextureAnimData:
Inheritance graph
[legend]
Collaboration diagram for castor3d::shader::TextureAnimData:
Collaboration graph
[legend]

Public Member Functions

C3D_API TextureAnimData (sdw::ShaderWriter &writer, ast::expr::ExprPtr expr, bool enabled)
 
 SDW_DeclStructInstance (C3D_API, TextureAnimData)
 

Static Public Member Functions

static C3D_API std::unique_ptr< sdw::Struct > declare (sdw::ShaderWriter &writer)
 
static C3D_API ast::type::BaseStructPtr makeType (ast::type::TypesCache &cache)
 

Public Attributes

sdw::Vec4 texTrn
 
sdw::Vec4 texRot
 
sdw::Vec4 texScl
 
sdw::Vec4 tleSet
 

Friends

class TextureAnimations
 

Constructor & Destructor Documentation

◆ TextureAnimData()

C3D_API castor3d::shader::TextureAnimData::TextureAnimData ( sdw::ShaderWriter &  writer,
ast::expr::ExprPtr  expr,
bool  enabled 
)

Member Function Documentation

◆ declare()

static C3D_API std::unique_ptr< sdw::Struct > castor3d::shader::TextureAnimData::declare ( sdw::ShaderWriter &  writer)
static

◆ makeType()

static C3D_API ast::type::BaseStructPtr castor3d::shader::TextureAnimData::makeType ( ast::type::TypesCache &  cache)
static

◆ SDW_DeclStructInstance()

castor3d::shader::TextureAnimData::SDW_DeclStructInstance ( C3D_API  ,
TextureAnimData   
)

Friends And Related Function Documentation

◆ TextureAnimations

friend class TextureAnimations
friend

Member Data Documentation

◆ texRot

sdw::Vec4 castor3d::shader::TextureAnimData::texRot

◆ texScl

sdw::Vec4 castor3d::shader::TextureAnimData::texScl

◆ texTrn

sdw::Vec4 castor3d::shader::TextureAnimData::texTrn

◆ tleSet

sdw::Vec4 castor3d::shader::TextureAnimData::tleSet

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