|
return luax_enumerror(L, "wrap mode", SamplerState::getConstants(s.wrapW), rstr);
|
|
return luax_enumerror(L, "wrap mode", SamplerState::getConstants(s.wrapW), rstr);
|
|
luax_catchexcept(L, [&](){ t->setSamplerState(s); });
|
|
luax_catchexcept(L, [&](){ t->setSamplerState(s); });
|