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

Class BufferViewCreateInfo

include/RenderGraph/FrameGraphStructs.hpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 };
121
122 struct BufferViewCreateInfo
123 {
124 PixelFormat format{};
125 BufferSubresourceRange subresourceRange{};
126
127 private:
128 friend bool operator==( BufferViewCreateInfo const & lhs, BufferViewCreateInfo const & rhs )noexcept = default;
129 };
130
131 struct ImageCreateInfo
132 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected