mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Remove unnecessary Device forwarding.
This commit is contained in:
committed by
Corentin Wallez
parent
59d55dc3ac
commit
2dd73fbc1d
@@ -19,8 +19,8 @@
|
||||
namespace backend {
|
||||
namespace opengl {
|
||||
|
||||
PipelineLayout::PipelineLayout(Device* device, PipelineLayoutBuilder* builder)
|
||||
: PipelineLayoutBase(builder), device(device) {
|
||||
PipelineLayout::PipelineLayout(PipelineLayoutBuilder* builder)
|
||||
: PipelineLayoutBase(builder) {
|
||||
GLuint uboIndex = 0;
|
||||
GLuint samplerIndex = 0;
|
||||
GLuint sampledTextureIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user