doc hell
This commit is contained in:
parent
3275eb2f70
commit
53df70b4f1
70 changed files with 108 additions and 11285 deletions
|
|
@ -40,10 +40,16 @@ namespace Crafter {
|
|||
bool occured = true;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief A holder for descriptor sets.
|
||||
*/
|
||||
export template <typename MeshShader, typename FragmentShader>
|
||||
class DescriptorSet {
|
||||
public:
|
||||
VkDescriptorSet set[2];
|
||||
/**
|
||||
* @brief This event is triggered when a descriptor is aded to this static set which invalidates all previous descriptors, subscribe to this event to renew them.
|
||||
*/
|
||||
inline static Event<void> onDescriptorRefresh;
|
||||
inline static std::vector<DescriptorSet*> sets;
|
||||
inline static VkDescriptorPool descriptorPool = VK_NULL_HANDLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue