SPARK
0.1.0
A general purpose game engine written in C++.
|
This is the complete list of members for spark::render::DescriptorSet< BufferType, ImageType, SamplerType >, including all inherited members.
attach(unsigned int binding, const image_type &image) const =0 | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | pure virtual |
spark::render::IDescriptorSet::attach(unsigned int binding, const IImage &image) const | spark::render::IDescriptorSet | inline |
buffer_type typedef (defined in spark::render::DescriptorSet< BufferType, ImageType, SamplerType >) | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | |
image_type typedef (defined in spark::render::DescriptorSet< BufferType, ImageType, SamplerType >) | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | |
sampler_type typedef (defined in spark::render::DescriptorSet< BufferType, ImageType, SamplerType >) | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | |
update(unsigned int binding, const buffer_type &buffer, unsigned int buffer_element=0, unsigned int elements=0, unsigned int first_descriptor=0) const =0 | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | pure virtual |
update(unsigned int binding, const image_type &texture, unsigned int descriptor=0, unsigned int first_level=0, unsigned int levels=0, unsigned int first_layer=0, unsigned int layers=0) const =0 | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | pure virtual |
update(unsigned int binding, const sampler_type &sampler, unsigned int descriptor=0) const =0 | spark::render::DescriptorSet< BufferType, ImageType, SamplerType > | pure virtual |
spark::render::IDescriptorSet::update(unsigned int binding, const IBuffer &buffer, unsigned int buffer_element=0, unsigned int elements=0, unsigned int first_descriptor=0) const | spark::render::IDescriptorSet | inline |
spark::render::IDescriptorSet::update(unsigned int binding, const IImage &texture, unsigned int descriptor=0, unsigned int first_level=0, unsigned int levels=0, unsigned int first_layer=0, unsigned int layers=0) const | spark::render::IDescriptorSet | inline |
spark::render::IDescriptorSet::update(unsigned int binding, const ISampler &sampler, unsigned int descriptor=0) const | spark::render::IDescriptorSet | inline |
~IDescriptorSet() noexcept=default (defined in spark::render::IDescriptorSet) | spark::render::IDescriptorSet | virtual |