Skip to content

Commit

Permalink
update dependencies (#104)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
  • Loading branch information
Kbz-8 authored Dec 3, 2024
2 parents b8966d5 + e29f5e7 commit 56fec8d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions third_party/vulkan/vulkan_funcs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18769,23 +18769,6 @@ namespace VULKAN_HPP_NAMESPACE

//=== VK_EXT_calibrated_timestamps ===

template <typename Dispatch>
VULKAN_HPP_INLINE void CommandBuffer::writeBufferMarker2AMD( VULKAN_HPP_NAMESPACE::PipelineStageFlags2 stage,
VULKAN_HPP_NAMESPACE::Buffer dstBuffer,
VULKAN_HPP_NAMESPACE::DeviceSize dstOffset,
uint32_t marker,
Dispatch const & d ) const VULKAN_HPP_NOEXCEPT
{
VULKAN_HPP_ASSERT( d.getVkHeaderVersion() == VK_HEADER_VERSION );
d.vkCmdWriteBufferMarker2AMD( static_cast<VkCommandBuffer>( m_commandBuffer ),
static_cast<VkPipelineStageFlags2>( stage ),
static_cast<VkBuffer>( dstBuffer ),
static_cast<VkDeviceSize>( dstOffset ),
marker );
}

//=== VK_EXT_calibrated_timestamps ===

template <typename Dispatch>
VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result PhysicalDevice::getCalibrateableTimeDomainsEXT( uint32_t * pTimeDomainCount,
VULKAN_HPP_NAMESPACE::TimeDomainKHR * pTimeDomains,
Expand Down

0 comments on commit 56fec8d

Please sign in to comment.