Graphics/FrameGraph: Fix parameter type
This commit is contained in:
committed by
Jérôme Leclercq
parent
3aa72029df
commit
413dd2ce71
@@ -15,7 +15,7 @@ namespace Nz
|
||||
return id;
|
||||
}
|
||||
|
||||
inline std::size_t FrameGraph::AddAttachmentArray(FramePassAttachment attachment, std::size_t layerCount)
|
||||
inline std::size_t FrameGraph::AddAttachmentArray(FramePassAttachment attachment, unsigned int layerCount)
|
||||
{
|
||||
AttachmentArray attachmentArray{ std::move(attachment) };
|
||||
attachmentArray.layerCount = layerCount;
|
||||
|
||||
Reference in New Issue
Block a user