MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_alignment

Method get_alignment

framework/core/buffer.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 BufferBuilder &with_usage(BufferUsageFlagsType usage);
59 BufferBuilder &with_alignment(DeviceSizeType align);
60 DeviceSizeType get_alignment() const
61 {
62 return alignment;
63 }
64
65 private:
66 DeviceSizeType alignment{0};

Callers 1

BufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected