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

Method CreateShader

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

Source from the content-addressed store, hash-verified

156}
157
158GPUShader* GPUDeviceNull::CreateShader(const StringView& name)
159{
160 PROFILE_MEM(GraphicsShaders);
161 return New<GPUShaderNull>();
162}
163
164GPUPipelineState* GPUDeviceNull::CreatePipelineState()
165{

Callers 3

InitMethod · 0.45
MaterialShaderMethod · 0.45
ShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected