MCPcopy Create free account
hub / github.com/Illation/ETEngine / CreateBlock

Function CreateBlock

Engine/source/EtRendering/GraphicsTypes/ParameterBlock.cpp:87–90  ·  view source on GitHub ↗

--------------------------------- CreateBlock

Source from the content-addressed store, hash-verified

85// CreateBlock
86//
87T_ParameterBlock CreateBlock(size_t const size)
88{
89 return new uint8[size];
90}
91
92//---------------------------------
93// DestroyBlock

Callers 2

CopyParameterBlockMethod · 0.85
InitUniformsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected