Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/engine/gfx/metal/src/gfx_metal_sampler.hpp

11 lines
166 B
C++
Raw Normal View History

#pragma once
#include <Metal/Metal.hpp>
#include "gfx_sampler.hpp"
class GFXMetalSampler : public GFXSampler {
public:
MTL::SamplerState* handle = nullptr;
};