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

Function MultiSampleLevel

Source/Engine/Graphics/Textures/GPUTexture.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 /// Gets multi-sampling parameters for the texture.
126 /// </summary>
127 API_PROPERTY() FORCE_INLINE MSAALevel MultiSampleLevel() const
128 {
129 return _desc.MultiSampleLevel;
130 }
131
132 /// <summary>
133 /// Gets number of mipmap levels in the texture.

Callers 8

OnInitMethod · 0.85
initHandlesMethod · 0.85
OnResidentMipsChangedMethod · 0.85
OnResidentMipsChangedMethod · 0.85
initHandlesMethod · 0.85
OnResidentMipsChangedMethod · 0.85
initHandlesMethod · 0.85
InitHandlesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected