We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3ef0d commit 90a91e7Copy full SHA for 90a91e7
2 files changed
09-BindlessTexturing/bindlesstexturing.cpp
@@ -249,7 +249,7 @@ struct BindlessTexturing : public ExampleFramework {
249
commandBuffer->SetVertexBuffer(vertexBuffer);
250
commandBuffer->SetIndexBuffer(indexBuffer);
251
commandBuffer->SetFragmentSampler(sampler,0);
252
- commandBuffer->SetFragmentTexture(heapStart, 0); // expose all the textures
+ commandBuffer->SetFragmentTexture(heapStart, 1); // expose all the textures
253
commandBuffer->BindBuffer(instanceDataBuffer, 1);
254
commandBuffer->DrawIndexed(std::size(BasicObjects::Quad::indices), {.nInstances = 3});
255
deps/RGL
0 commit comments