|
Lugdunum
0.1.0
|
Go to the source code of this file.
Classes | |
| struct | CmdBeginRenderPass |
| struct | CmdDraw |
| struct | CmdDrawIndexed |
Functions | |
| void | beginRenderPass (const API::RenderPass &renderPass, const CmdBeginRenderPass ¶meters, VkSubpassContents contents=VK_SUBPASS_CONTENTS_INLINE) const |
| void | endRenderPass () const |
| void | draw (const CmdDraw ¶ms) const |
| void | drawIndexed (const CmdDrawIndexed ¶ms) const |
| void beginRenderPass | ( | const API::RenderPass & | renderPass, |
| const CmdBeginRenderPass & | parameters, | ||
| VkSubpassContents | contents = VK_SUBPASS_CONTENTS_INLINE |
||
| ) | const |
| void endRenderPass | ( | ) | const |
| void draw | ( | const CmdDraw & | params | ) | const |
| void drawIndexed | ( | const CmdDrawIndexed & | params | ) | const |
1.8.13