MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / BufferCreateInfo

Class BufferCreateInfo

include/RenderGraph/FrameGraphStructs.hpp:111–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 };
110
111 struct BufferCreateInfo
112 {
113 BufferCreateFlags flags{};
114 DeviceSize size{};
115 BufferUsageFlags usage{};
116 MemoryPropertyFlags memory{};
117
118 private:
119 friend bool operator==( BufferCreateInfo const & lhs, BufferCreateInfo const & rhs )noexcept = default;
120 };
121
122 struct BufferViewCreateInfo
123 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected