Hook up some more PBR stuff
This commit is contained in:
parent
5ac0b1b84c
commit
c0bbe3a43a
11 changed files with 333 additions and 54 deletions
|
|
@ -119,6 +119,8 @@ class ImageBuilder
|
|||
public:
|
||||
ImageBuilder();
|
||||
|
||||
ImageBuilder& Type(VkImageType type);
|
||||
ImageBuilder& Flags(VkImageCreateFlags flags);
|
||||
ImageBuilder& Size(int width, int height, int miplevels = 1, int arrayLayers = 1);
|
||||
ImageBuilder& Samples(VkSampleCountFlagBits samples);
|
||||
ImageBuilder& Format(VkFormat format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue