summaryrefslogtreecommitdiff
path: root/engine/xe_descriptors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/xe_descriptors.hpp')
-rw-r--r--engine/xe_descriptors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/xe_descriptors.hpp b/engine/xe_descriptors.hpp
index 6e7950e..5efe9b4 100644
--- a/engine/xe_descriptors.hpp
+++ b/engine/xe_descriptors.hpp
@@ -19,7 +19,7 @@ class XeDescriptorSetLayout {
uint32_t binding,
VkDescriptorType descriptorType,
VkShaderStageFlags stageFlags,
- uint32_t count = 1);
+ VkSampler *sampler);
std::unique_ptr<XeDescriptorSetLayout> build() const;
private: