ISampler - dpw105f18/papago-api GitHub Wiki
defined in header "isampler.hpp"
class ISampler;
ISampler is an interface class for samplers, it does not come with any functionality but is used internally in PapaGo API when creating samplers for IRenderPasses when recording commands. These samplers can be 1, 2 or 3 dimensional.
Please see IDevice::createTextureSamplerD1-3 documentation for code examples on how to create samplers.