MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / ArrayProxy

Method ArrayProxy

vulkan/vulkan.hpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316
317 ArrayProxy( T const & value ) VULKAN_HPP_NOEXCEPT
318 : m_count( 1 )
319 , m_ptr( &value )
320 {
321 }
322
323 ArrayProxy( uint32_t count, T const * ptr ) VULKAN_HPP_NOEXCEPT
324 : m_count( count )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected