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

Method create_program_entry

src/device/vulkan/vulkan_context.cpp:3463–3467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3461}
3462
3463std::shared_ptr<device_program::program_entry> vulkan_context::create_program_entry([[maybe_unused]] const device& dev,
3464 toolchain::program_data program,
3465 const toolchain::TARGET) {
3466 return std::make_shared<vulkan_program::vulkan_program_entry>(create_vulkan_program(program));
3467}
3468
3469void vulkan_context::create_fixed_sampler_set() const {
3470 union vulkan_fixed_sampler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected