| 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. |
no outgoing calls
no test coverage detected