Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <DescriptorSet.hpp>
Classes | |
struct | Binding |
struct | CreateInfo |
Public Member Functions | |
virtual void | ChangeBindings (DescriptorSet::Binding *bindings, uint32_t bindingCount, uint32_t bindingOffset=0)=0 |
A descriptor is a reference to a data to be passed to a Pipeline. A DescriptorSet is a list of descriptors that can be passed to the GPU together to more efficiently bind data.