Skip to content

Commit

Permalink
WIP: add spirv patching prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
nyorain committed Dec 10, 2024
1 parent 2b0f361 commit 1e9215e
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 0 deletions.
16 changes: 16 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -659,3 +659,19 @@ if with_standalone
dependencies: [],
link_with: vil_layer)
endif

# TODO
dep_spc = dependency('spc',
fallback: ['spc', 'spc_dep'],
static: true)
patch_files = files(
'src/test/patchtest.cpp',
# TODO uff
'src/util/linalloc.cpp',
'src/util/util.cpp',
'src/vk/format_utils.cpp',
)
patch_test = executable('patchtest', patch_files,
include_directories: inc,
cpp_args: args,
dependencies: [dep_spc, deps])
Loading

0 comments on commit 1e9215e

Please sign in to comment.