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

Method get_sample_count_impl

framework/rendering/subpass.h:511–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509inline vk::SampleCountFlagBits Subpass<bindingType>::get_sample_count_impl() const
510{
511 return sample_count;
512}
513
514template <vkb::BindingType bindingType>
515inline vkb::rendering::DepthStencilStateCpp const &Subpass<bindingType>::get_depth_stencil_state_impl() const
516{
517 return depth_stencil_state;

Callers 2

draw_submesh_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected