Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Hpp
/ fct
Function
fct
tests/StridedArrayProxy/StridedArrayProxy.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
void fct( VULKAN_HPP_MAYBE_UNUSED vk::ArrayProxy<int> ap )
31
{
32
VULKAN_HPP_UNUSED( ap );
33
}
34
35
void fctc( VULKAN_HPP_MAYBE_UNUSED vk::ArrayProxy<const int> ap )
36
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected