Add initial support for compute pipelines
This commit is contained in:
committed by
Jérôme Leclercq
parent
e4064997d8
commit
9578ba3ef5
@@ -150,7 +150,7 @@ namespace Nz
|
||||
|
||||
bindings.push_back({
|
||||
textureSlot.bindingIndex,
|
||||
ShaderBinding::TextureBinding {
|
||||
ShaderBinding::SampledTextureBinding {
|
||||
texture.get(), sampler.get()
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user