Skip to content

Commit

Permalink
Merge pull request #966 from siystar/typos
Browse files Browse the repository at this point in the history
[FIXED] typos
  • Loading branch information
robertosfield authored Sep 16, 2023
2 parents a1f7d86 + 9efc905 commit cd94ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vsg/state/GraphicsPipeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ namespace vsg

GraphicsPipeline(PipelineLayout* pipelineLayout, const ShaderStages& shaderStages, const GraphicsPipelineStates& pipelineStates, uint32_t subpass = 0);

/// return the Vukan Pipeline for specified viewID.
/// return the Vulkan Pipeline for specified viewID.
VkPipeline vk(uint32_t viewID) const { return _implementation[viewID]->_pipeline; }

/// variant of vk(viewID) method that is slower but adds validation of the viewID parameter
Expand Down

0 comments on commit cd94ef0

Please sign in to comment.