blender/intern/ghost
Jeroen Bakker e7148fc28e Vulkan: Enable Optional Vulkan 12 Features
`shaderOutputLayer` and `shaderOutputViewportIndex` are optional in
Blender, but when used they should be activated on physical device level.
This wasn't the case and when used the validation layer reported an error.

This PR activates the features when creating the device if the features
are available.

Pull Request: https://projects.blender.org/blender/blender/pulls/114303
2023-10-31 08:37:31 +01:00
..
intern Vulkan: Enable Optional Vulkan 12 Features 2023-10-31 08:37:31 +01:00
test Cleanup: store const events in GHOST's event handling logic 2023-10-08 15:23:40 +11:00
CMakeLists.txt Build: attempt to fix linking error WITH_INPUT_IME & GHOST 2023-10-19 21:05:27 +11:00
GHOST_C-api.h Fix #112978: MacOS no longer has a path associated with the window 2023-10-05 02:26:11 +02:00
GHOST_IContext.hh Vulkan: Rewrite GHOST_ContextVK 2023-08-29 15:05:08 +02:00
GHOST_IEvent.hh Refactor: use const event data, use static_casts 2023-10-08 15:23:39 +11:00
GHOST_IEventConsumer.hh Cleanup: store const events in GHOST's event handling logic 2023-10-08 15:23:40 +11:00
GHOST_ISystem.hh Cleanup: doxygen parameters, blank comment lines 2023-09-08 16:53:30 +10:00
GHOST_ISystemPaths.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GHOST_ITimerTask.hh License headers: use SPDX-FileCopyrightText in intern/ghost 2023-06-14 17:42:15 +10:00
GHOST_IWindow.hh Fix #112978: MacOS no longer has a path associated with the window 2023-10-05 02:26:11 +02:00
GHOST_IXrContext.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GHOST_Path-api.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
GHOST_Rect.hh Cleanup: make class doc-strings directly above classes 2023-07-25 14:11:42 +10:00
GHOST_Types.h GHOST/Wayland: IME support using the text-input protocol 2023-10-19 17:29:32 +11:00