MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_handle

Method get_handle

framework/core/pipeline.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48VkPipeline Pipeline::get_handle() const
49{
50 return handle;
51}
52
53const vkb::rendering::PipelineStateC &Pipeline::get_state() const
54{

Callers 3

~PipelineMethod · 0.45
ComputePipelineMethod · 0.45
GraphicsPipelineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected