Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ArrayProxy
Method
ArrayProxy
SDKs/vulkan/vulkan/vulkan.hpp:608–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
}
607
608
ArrayProxy( T const & value ) VULKAN_HPP_NOEXCEPT
609
: m_count( 1 )
610
, m_ptr( &value )
611
{
612
}
613
614
ArrayProxy( uint32_t count, T const * ptr ) VULKAN_HPP_NOEXCEPT
615
: m_count( count )
Callers
nothing calls this directly
Calls
3
size
Method · 0.45
begin
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected