#pragma once #include "gfx_sampler.hpp" class GFXWebGPUSampler : public GFXSampler { public: WGPUSampler handle = nullptr; };