mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
Remove unnecessary Device forwarding.
This commit is contained in:
committed by
Corentin Wallez
parent
59d55dc3ac
commit
2dd73fbc1d
@@ -26,12 +26,11 @@ namespace opengl {
|
||||
|
||||
class Sampler : public SamplerBase {
|
||||
public:
|
||||
Sampler(Device* device, SamplerBuilder* builder);
|
||||
Sampler(SamplerBuilder* builder);
|
||||
|
||||
GLuint GetHandle() const;
|
||||
|
||||
private:
|
||||
Device* device;
|
||||
GLuint handle;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user