SPARK  0.1.0
A general purpose game engine written in C++.
Loading...
Searching...
No Matches
spark::render::DescriptorSet< BufferType, ImageType, SamplerType > Member List

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 =0spark::render::DescriptorSet< BufferType, ImageType, SamplerType >pure virtual
spark::render::IDescriptorSet::attach(unsigned int binding, const IImage &image) constspark::render::IDescriptorSetinline
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 =0spark::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 =0spark::render::DescriptorSet< BufferType, ImageType, SamplerType >pure virtual
update(unsigned int binding, const sampler_type &sampler, unsigned int descriptor=0) const =0spark::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) constspark::render::IDescriptorSetinline
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) constspark::render::IDescriptorSetinline
spark::render::IDescriptorSet::update(unsigned int binding, const ISampler &sampler, unsigned int descriptor=0) constspark::render::IDescriptorSetinline
~IDescriptorSet() noexcept=default (defined in spark::render::IDescriptorSet)spark::render::IDescriptorSetvirtual