Skip to content

Commit

Permalink
EncoderGroup arguments bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gadirom committed Aug 25, 2022
1 parent 8bff4a5 commit f0367ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/MetalBuilder/MetalBuilderRenderer/RenderData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ struct RenderData{
data.textures.append(contentsOf: groupData.textures)
let groupPass = EncodeGroupPass(groupData.passes, repeating: encodeGroupComponent.repeating)
data.passes.append(groupPass)
data.functionsAndArgumentsToAddToMetal.append(contentsOf: groupData.functionsAndArgumentsToAddToMetal)
}
//Building Block
if let buildingBlockComponent = component as? MetalBuildingBlock{
Expand Down

0 comments on commit f0367ee

Please sign in to comment.