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

Method write_timestamp

framework/core/command_buffer.h:1278–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276 else
1277 {
1278 flush_impl(reinterpret_cast<vkb::core::DeviceCpp &>(this->get_device()), pipeline_bind_point);
1279 }
1280}
1281
1282template <vkb::BindingType bindingType>
1283inline void CommandBuffer<bindingType>::flush_impl(vkb::core::DeviceCpp &device, vk::PipelineBindPoint pipeline_bind_point)
1284{
1285 flush_pipeline_state_impl(device, pipeline_bind_point);
1286 flush_push_constants();
1287 flush_descriptor_state_impl(pipeline_bind_point);
1288}
1289
1290template <vkb::BindingType bindingType>
1291inline void CommandBuffer<bindingType>::flush_descriptor_state_impl(vk::PipelineBindPoint pipeline_bind_point)

Callers 2

begin_samplingMethod · 0.80
end_samplingMethod · 0.80

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected