We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28681df commit f9d4184Copy full SHA for f9d4184
PluginSource/source/Unity/IUnityGraphicsVulkan.h
@@ -100,7 +100,7 @@ enum UnityVulkanEventRenderPassPreCondition
100
kUnityVulkanRenderPass_EnsureInside,
101
102
// Make sure that there is currently no RenderPass in progress.
103
- // This allows e.g. resource uploads.
+ // This allows e.g. resource uploads.
104
// Ends the current render pass (and resumes it afterwards if needed)
105
// If used in combination with the SRP RenderPass API the resuls is undefined.
106
kUnityVulkanRenderPass_EnsureOutside
0 commit comments