forked from joejulian/gio
8999747ad2
This change implements a Vulkan port for the two renderers, old and compute. Run with GIORENDERER=forcecompute to test the compute renderer. To shake out bugs faster, it is also made the default on systems that support it. To disable Vulkan and force the use of OpenGL, use the `novulkan` tag: $ go run -tags novulkan gioui.org/example/kitchen Don't forget to file an issue describing the issue that prompted the use of the tag. Signed-off-by: Elias Naur <mail@eliasnaur.com>
6 lines
139 B
Go
6 lines
139 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
package vulkan
|
|
|
|
// Empty file to avoid the build error for platforms without Vulkan support.
|