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