external imaterialsystem

  1. DREDD

    Source External IMaterialSystem (IMaterial)

    Material: class c_material { public: c_material() = default; c_material(const uint32_t& address) { this->address = address; } void alpha_modulate(float alpha) { auto eax = get_shader_params(); if (!eax) return; auto ecx =...
Top