MCPcopy Create free account
hub / github.com/a2flo/floor / add_program_file

Method add_program_file

compute/vulkan/vulkan_compute.cpp:2711–2715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2709}
2710
2711shared_ptr<compute_program> vulkan_compute::add_program_file(const string& file_name,
2712 const string additional_options) {
2713 compile_options options { .cli = additional_options };
2714 return add_program_file(file_name, options);
2715}
2716
2717shared_ptr<compute_program> vulkan_compute::add_program_file(const string& file_name,
2718 compile_options options) {

Callers

nothing calls this directly

Calls 4

compile_program_fileFunction · 0.85
reserveMethod · 0.80
insert_or_assignMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected