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

Function IsShaderResource

Source/Engine/Graphics/GPUBuffer.h:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 /// Gets a value indicating whether this buffer is a shader resource.
108 /// </summary>
109 API_PROPERTY() FORCE_INLINE bool IsShaderResource() const
110 {
111 return _desc.IsShaderResource();
112 }
113
114 /// <summary>
115 /// Gets a value indicating whether this buffer is a unordered access.

Callers 12

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
InitHandlesMethod · 0.50
OnInitMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected