File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ This can be turned off when our application is ready for delivery.
157
157
> [ !WARNING]
158
158
> ** macOS** To enable validation layers on macOS, after installing the Vulkan SDK, you will need to configure LWJGL to use the Vulkan Loader.
159
159
> This can be done be setting the following VM paramters: ``` -Dorg.lwjgl.librarypath=/usr/local/lib -Dorg.lwjgl.vulkan.libname=libvulkan.1.dylib ```
160
- > Details about MoltenVK and Vulcan Loader on macOS are [ here] ( https://vulkan.lunarg.com/doc/view/1.3.261.1/mac/getting_started.html#moltenvk )
160
+ > Details about MoltenVK and Vulkan Loader on macOS are [ here] ( https://vulkan.lunarg.com/doc/view/1.3.261.1/mac/getting_started.html#moltenvk )
161
161
162
162
Our ` Instance ` class constructor receives a boolean parameter indication is validations should be enabled or not.
163
163
If validation is requested, we first need to get the ones that are supported by our driver.
You can’t perform that action at this time.
0 commit comments