| 811 | return res; |
| 812 | } |
| 813 | id define_texture(const location &, texture &info) override |
| 814 | { |
| 815 | const id res = info.id = make_id(); |
| 816 | |
| 817 | _module.textures.push_back(info); |
| 818 | |
| 819 | return res; |
| 820 | } |
| 821 | id define_sampler(const location &loc, const texture &, sampler &info) override |
| 822 | { |
| 823 | const id res = info.id = create_block(); |