SPARK
0.1.0
A general purpose game engine written in C++.
|
This is the complete list of members for spark::render::IDescriptorSetLayout, including all inherited members.
allocate(const std::vector< DescriptorBinding > &bindings={}) const | spark::render::IDescriptorSetLayout | inline |
allocate(unsigned int descriptors, const std::vector< DescriptorBinding > &bindings={}) const | spark::render::IDescriptorSetLayout | inline |
allocateMultiple(unsigned int descriptors_sets, const std::vector< std::vector< DescriptorBinding > > &bindings={}) const noexcept | spark::render::IDescriptorSetLayout | inline |
allocateMultiple(unsigned int descriptors_sets, const std::function< std::vector< DescriptorBinding >(unsigned)> &binding_factory) const noexcept | spark::render::IDescriptorSetLayout | inline |
allocateMultiple(unsigned int descriptors_sets, unsigned int descriptors, const std::vector< std::vector< DescriptorBinding > > &bindings={}) const noexcept | spark::render::IDescriptorSetLayout | inline |
allocateMultiple(unsigned int descriptors_sets, unsigned int descriptors, const std::function< std::vector< DescriptorBinding >(unsigned)> &binding_factory={}) const noexcept | spark::render::IDescriptorSetLayout | inline |
buffers() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
descriptor(unsigned int binding) const =0 | spark::render::IDescriptorSetLayout | pure virtual |
descriptors() const noexcept | spark::render::IDescriptorSetLayout | inline |
free(const IDescriptorSet &descriptor_set) const noexcept | spark::render::IDescriptorSetLayout | inline |
images() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
inputAttachments() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
samplers() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
shaderStage() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
space() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
staticSamplers() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
storages() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
uniforms() const noexcept=0 | spark::render::IDescriptorSetLayout | pure virtual |
~IDescriptorSetLayout() noexcept=default (defined in spark::render::IDescriptorSetLayout) | spark::render::IDescriptorSetLayout | virtual |