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

Function GetShaderProfile

Source/Engine/Graphics/GPUDevice.h:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 /// Gets device shader profile type.
245 /// </summary>
246 API_PROPERTY() FORCE_INLINE ShaderProfile GetShaderProfile() const
247 {
248 return _shaderProfile;
249 }
250
251 /// <summary>
252 /// Gets device feature level type.

Callers 1

InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected