Searched defs:DescriptorWrite (Results 1 – 3 of 3) sorted by relevance
24 struct DescriptorWrite { struct25 DescriptorWriteType type; argument41 using DescriptorWriteTable = std::vector<std::vector<DescriptorWrite>>; argument
369 struct DescriptorWrite { struct370 VkDescriptorType descriptorType;371 DescriptorWriteType writeType = DescriptorWriteType::Empty;372 uint32_t dstArrayElement; // Only used for inlineUniformBlock and accelerationStructure.374 union {382 std::vector<uint8_t> inlineUniformBlockBuffer;384 std::vector<std::weak_ptr<bool>> alives;385 std::optional<HandleType> boundColorBuffer;
1132 struct DescriptorWrite in iterate() struct1134 uint32_t bufferId; // Which buffer to use for the descriptor update. in iterate()1135 vk::VkDeviceSize offset; // The offset for the descriptor update. in iterate()1136 vk::VkDeviceSize range; // The range for the descriptor update. in iterate()