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

Method CreateTexture

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

Source from the content-addressed store, hash-verified

150}
151
152GPUTexture* GPUDeviceNull::CreateTexture(const StringView& name)
153{
154 PROFILE_MEM(GraphicsTextures);
155 return New<GPUTextureNull>();
156}
157
158GPUShader* GPUDeviceNull::CreateShader(const StringView& name)
159{

Callers 15

InitAtmospherePreComputeFunction · 0.45
LazyInitMethod · 0.45
ShadowsCustomBufferMethod · 0.45
InitStaticAtlasMethod · 0.45
initResourcesMethod · 0.45
GetMethod · 0.45
DownloadDataAsyncMethod · 0.45
StreamingTextureMethod · 0.45
UpdateAllocationMethod · 0.45
SpawnMethod · 0.45
NewMethod · 0.45
ToStagingReadbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected