Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiligentGraphics/DiligentFX
/ Map
Method
Map
Hydrogent/src/HnRenderBuffer.cpp:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void* HnRenderBuffer::Map()
150
{
151
UNSUPPORTED(
"Mapping is not supported"
);
152
return nullptr;
153
}
154
155
void HnRenderBuffer::Unmap()
156
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected