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

Method has_render_context

framework/vulkan_sample.h:1135–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133
1134template <vkb::BindingType bindingType>
1135inline bool VulkanSample<bindingType>::has_render_context() const
1136{
1137 return render_context != nullptr;
1138}
1139
1140template <vkb::BindingType bindingType>
1141inline bool VulkanSample<bindingType>::has_render_pipeline() const

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected