MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / Contains

Method Contains

include/vk_mem_alloc.h:3964–3964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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*.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected