#pragma once #include #include "gfx_sampler.hpp" class GFXMetalSampler : public GFXSampler { public: id handle = nil; };