Go to the source code of this file.
|
namespace | Divide |
| Handle console commands that start with a forward slash.
|
|
|
bool | Divide::operator== (const DescriptorSet &lhs, const DescriptorSet &rhs) noexcept |
|
bool | Divide::operator!= (const DescriptorSet &lhs, const DescriptorSet &rhs) noexcept |
|
void | Divide::Set (DescriptorSetBindingData &dataInOut, const DescriptorImageView &view) noexcept |
|
void | Divide::Set (DescriptorSetBindingData &dataInOut, const ImageView &view, ImageUsage usage) noexcept |
|
void | Divide::Set (DescriptorSetBindingData &dataInOut, const ImageView &view, SamplerDescriptor sampler) noexcept |
|
void | Divide::Set (DescriptorSetBindingData &dataInOut, const Handle< Texture > defaultTextureView, const SamplerDescriptor sampler) noexcept |
|
DescriptorSetBinding & | Divide::AddBinding (DescriptorSet &setInOut, U8 slot, U16 stageVisibilityMask) |
|
DescriptorSetBinding & | Divide::AddBinding (DescriptorSet &setInOut, U8 slot, ShaderStageVisibility stageVisibility) |
|
◆ DVD_DESCRIPTOR_SETS_INL_
#define DVD_DESCRIPTOR_SETS_INL_ |