MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CreateBuffer

Method CreateBuffer

Source/Engine/GraphicsDevice/Null/GPUDeviceNull.cpp:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175GPUBuffer* GPUDeviceNull::CreateBuffer(const StringView& name)
176{
177 PROFILE_MEM(GraphicsBuffers);
178 return New<GPUBufferNull>();
179}
180
181GPUSampler* GPUDeviceNull::CreateSampler()
182{

Callers 15

setupResourcesMethod · 0.45
InitCircleBufferMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
RenderMethod · 0.45
InitMethod · 0.45
initResourcesMethod · 0.45
GetParticlesCountMethod · 0.45
InitMethod · 0.45
DrawEmittersGPUFunction · 0.45
InitMethod · 0.45
AllocateSortBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected