add gl_wireframe and gl_wireframecolor
This commit is contained in:
parent
d8c0e4284f
commit
c72bad053f
14 changed files with 151 additions and 64 deletions
|
|
@ -399,6 +399,8 @@ public:
|
|||
|
||||
GraphicsPipelineBuilder& AddDynamicState(VkDynamicState state);
|
||||
|
||||
GraphicsPipelineBuilder& PolygonMode(VkPolygonMode mode) {rasterizer.polygonMode = mode; return *this;};
|
||||
|
||||
GraphicsPipelineBuilder& DebugName(const char* name) { debugName = name; return *this; }
|
||||
|
||||
std::unique_ptr<VulkanPipeline> Create(VulkanDevice *device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue