mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
Format: src/backend/opengl
This commit is contained in:
committed by
Corentin Wallez
parent
1aa4d5604f
commit
c7807abf04
@@ -19,22 +19,20 @@
|
||||
|
||||
#include "glad/glad.h"
|
||||
|
||||
namespace backend {
|
||||
namespace opengl {
|
||||
namespace backend { namespace opengl {
|
||||
|
||||
class Device;
|
||||
|
||||
class Sampler : public SamplerBase {
|
||||
public:
|
||||
Sampler(SamplerBuilder* builder);
|
||||
public:
|
||||
Sampler(SamplerBuilder* builder);
|
||||
|
||||
GLuint GetHandle() const;
|
||||
GLuint GetHandle() const;
|
||||
|
||||
private:
|
||||
GLuint mHandle;
|
||||
private:
|
||||
GLuint mHandle;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
}} // namespace backend::opengl
|
||||
|
||||
#endif // BACKEND_OPENGL_SAMPLERGL_H_
|
||||
#endif // BACKEND_OPENGL_SAMPLERGL_H_
|
||||
|
||||
Reference in New Issue
Block a user