Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::DescriptorSet Class Referenceabstract

#include <DescriptorSet.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::DescriptorSet:
Grindstone::GraphicsAPI::OpenGL::DescriptorSet Grindstone::GraphicsAPI::Vulkan::DescriptorSet

Classes

struct  Binding
 
struct  CreateInfo
 

Public Member Functions

virtual void ChangeBindings (DescriptorSet::Binding *bindings, uint32_t bindingCount, uint32_t bindingOffset=0)=0
 

Detailed Description

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.


The documentation for this class was generated from the following file: