Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
IBindGroupLayoutEntry.hpp
Go to the documentation of this file.
1#pragma once
2
4#include "utils/webgpu.hpp"
5
6namespace Graphic::Utils {
7
9 public:
10 virtual const wgpu::BindGroupLayoutEntry &getEntry() const = 0;
11 virtual const std::string &getName() const = 0;
12};
13} // namespace Graphic::Utils
Definition IBindGroupLayoutEntry.hpp:8
virtual const wgpu::BindGroupLayoutEntry & getEntry() const =0
virtual const std::string & getName() const =0
Definition IValidable.hpp:26
Definition DefaultSampler.hpp:6