![]() |
gdk-graphics 0b051eb9b5c1eaa0658babaa4463dd7a80aa9d2c
|
This is the complete list of members for gdk::material, including all inherited members.
face_culling_mode enum name | gdk::material | |
render_mode enum name | gdk::material | |
set_float(const std::string_view aName, float aValue)=0 | gdk::material | pure virtual |
set_int_vector2_array(const std::string_view aName, const std::vector< graphics_intvector2_type > &aValue)=0 | gdk::material | pure virtual |
set_integer(const std::string_view aName, int aValue)=0 | gdk::material | pure virtual |
set_integer2(const std::string_view aName, int aValue1, int aValue2)=0 | gdk::material | pure virtual |
set_integer3(const std::string_view aName, int aValue1, int aValue2, int aValue3)=0 | gdk::material | pure virtual |
set_integer4(const std::string_view aName, int aValue1, int aValue2, int aValue3, int aValue4)=0 | gdk::material | pure virtual |
set_texture(const std::string_view aName, texture_ptr_type aTexturePointer)=0 | gdk::material | pure virtual |
set_vector2(const std::string_view aName, graphics_vector2_type aValue)=0 | gdk::material | pure virtual |
set_vector3(const std::string_view aName, graphics_vector3_type aValue)=0 | gdk::material | pure virtual |
set_vector4(const std::string_view aName, graphics_vector4_type aValue)=0 | gdk::material | pure virtual |
texture_ptr_type typedef | gdk::material | |
~material()=default (defined in gdk::material) | gdk::material | virtual |