Graphics/ForwardFramePipeline: Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-07-28 13:11:20 +02:00
parent 3de0edec6f
commit 289472dc9f
3 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace Nz
// - Layer (8bits)
// - Pipeline (16bits)
// - VertexBuffer (8bits)
// - ?? (24bits) - Depth?
return (elementType & 0xF) << 60 |
(layerIndex & 0xFF) << 52 |