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

Function IsUnorderedAccess

Source/Engine/Graphics/GPUBuffer.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 /// Gets a value indicating whether this buffer is a unordered access.
116 /// </summary>
117 API_PROPERTY() FORCE_INLINE bool IsUnorderedAccess() const
118 {
119 return _desc.IsUnorderedAccess();
120 }
121
122 /// <summary>
123 /// Gets buffer description structure.

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected