MCPcopy 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
149void* HnRenderBuffer::Map()
150{
151 UNSUPPORTED("Mapping is not supported");
152 return nullptr;
153}
154
155void HnRenderBuffer::Unmap()
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected