mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout/numeric/dft.wave.hpp
fix constexpr -> inline constexpr
This commit is contained in:
parent
e4a4d17207
commit
f9d4b475b4
69 changed files with 420 additions and 378 deletions
|
@ -162,12 +162,12 @@ namespace sprout {
|
|||
// make_texture_map
|
||||
//
|
||||
template<typename Texture>
|
||||
SPROUT_CONSTEXPR sprout::darkroom::materials::texture_map<Texture>
|
||||
inline SPROUT_CONSTEXPR sprout::darkroom::materials::texture_map<Texture>
|
||||
make_texture_map(Texture const& texture) {
|
||||
return sprout::darkroom::materials::texture_map<Texture>(texture);
|
||||
}
|
||||
template<typename Texture, typename Unit>
|
||||
SPROUT_CONSTEXPR sprout::darkroom::materials::texture_map<Texture, Unit>
|
||||
inline SPROUT_CONSTEXPR sprout::darkroom::materials::texture_map<Texture, Unit>
|
||||
make_texture_map(
|
||||
Texture const& texture,
|
||||
Unit const& scale,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue