MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / GetFlags

Method GetFlags

layers/state_tracker/buffer_state.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 VkBuffer VkHandle() const { return handle_.Cast<VkBuffer>(); }
67
68 VkBufferCreateFlags GetFlags() const { return create_info.flags; }
69 VkDeviceSize GetSize() const { return create_info.size; }
70 VkSharingMode GetSharingMode() const { return create_info.sharingMode; }
71 uint32_t GetQueueFamilyIndexCount() const { return create_info.queueFamilyIndexCount; }

Calls

no outgoing calls

Tested by

no test coverage detected