| 3962 | bool operator!=(const VmaBufferImageUsage& rhs) const { return Value != rhs.Value; } |
| 3963 | |
| 3964 | bool Contains(BaseType flag) const { return (Value & flag) != 0; } |
| 3965 | bool ContainsDeviceAccess() const |
| 3966 | { |
| 3967 | // This relies on values of VK_IMAGE_USAGE_TRANSFER* being the same as VK_BUFFER_IMAGE_TRANSFER*. |
no outgoing calls
no test coverage detected