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

Method create_program_entry

compute/vulkan/vulkan_compute.cpp:2836–2840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2834}
2835
2836shared_ptr<compute_program::program_entry> vulkan_compute::create_program_entry(const compute_device& device,
2837 llvm_toolchain::program_data program,
2838 const llvm_toolchain::TARGET) {
2839 return make_shared<vulkan_program::vulkan_program_entry>(create_vulkan_program((const vulkan_device&)device, program));
2840}
2841
2842void vulkan_compute::create_fixed_sampler_set() const {
2843 union vulkan_fixed_sampler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected