KhronosGroup / Vulkan-Guide

One stop shop for getting started with the Vulkan API
Creative Commons Attribution 4.0 International
1.96k stars 169 forks source link

Fix barrier code sample: they are function calls #262

Closed dneto0 closed 5 months ago

dneto0 commented 5 months ago

Add parentheses to indicate a call to the barrier builtin functions. This applies to both GLSL and HLSL.