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

Method add_program_source

compute/vulkan/vulkan_compute.cpp:2730–2734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728}
2729
2730shared_ptr<compute_program> vulkan_compute::add_program_source(const string& source_code,
2731 const string additional_options) {
2732 compile_options options { .cli = additional_options };
2733 return add_program_source(source_code, options);
2734}
2735
2736shared_ptr<compute_program> vulkan_compute::add_program_source(const string& source_code,
2737 compile_options options) {

Callers

nothing calls this directly

Calls 4

compile_programFunction · 0.85
reserveMethod · 0.80
insert_or_assignMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected