Skip to content

Commit

Permalink
Fix for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed May 25, 2023
1 parent d5a8129 commit f8a286d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
}
}

pipelineStateDescriptor_.sampleCount = renderPassPipelineState->Key.SamplingCount;
pipelineStateDescriptor_.rasterSampleCount = renderPassPipelineState->Key.SamplingCount;

NSError* pipelineError = nil;
pipelineState_ = [g->GetDevice() newRenderPipelineStateWithDescriptor:pipelineStateDescriptor_ error:&pipelineError];
Expand Down

0 comments on commit f8a286d

Please sign in to comment.