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

Function IsMultiSample

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

Gets a value indicating whether this instance is a multi sample texture.

Source from the content-addressed store, hash-verified

238 /// Gets a value indicating whether this instance is a multi sample texture.
239 /// </summary>
240 FORCE_INLINE bool IsMultiSample() const
241 {
242 return _desc.IsMultiSample();
243 }
244
245 /// <summary>
246 /// Gets a value indicating whether this instance is a cubemap texture.

Callers 4

OnInitMethod · 0.50
initHandlesMethod · 0.50
OnInitMethod · 0.50
initHandlesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected