Changeset e4524d7


Ignore:
Timestamp:
11/30/2023 05:54:59 AM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
bdfff0b
Parents:
d88a080
Message:

Document how to use Vulkan in GTK-4.

Note that at this time, it's backend is still considered experimental.
It also requires Google's shader compiler to build, which is available
from https://github.com/google/shaderc/blob/main/downloads.md. This is
also known as 'glslc'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    rd88a080 re4524d7  
    110110      <xref linkend="sassc"/>,
    111111      <xref linkend="tracker3"/>,
    112       <ulink url="https://github.com/OpenPrinting/cpdb-libs">cpdb</ulink>,
    113       <ulink url="&sysprof-url;">sysprof</ulink>, and
    114       <ulink url="https://vulkan.lunarg.com/sdk/home">vulkan</ulink>
     112      <xref linkend="vulkan-loader"/>,
     113      <ulink url="https://github.com/OpenPrinting/cpdb-libs">cpdb</ulink>, and
     114      <ulink url="&sysprof-url;">sysprof</ulink>
     115      <!--<ulink url="https://vulkan.lunarg.com/sdk/home">vulkan</ulink>-->
    115116    </para>
    116117
     
    227228      <ulink url="&sysprof-url;">sysprof</ulink> installed and wish to enable
    228229      tracing support for GTK4-based applications.
     230    </para>
     231
     232    <para>
     233      <option>-Dvulkan=enabled</option>: Use this switch if you have
     234      <xref linkend="vulkan-loader"/> installed and wish to build the
     235      experimental Vulkan backend. Note that you must have
     236      <ulink url="https://github.com/google/shaderc/blob/main/downloads.md">glslc</ulink>
     237      installed if you decide to enable this option.
    229238    </para>
    230239
Note: See TracChangeset for help on using the changeset viewer.