This is the complete list of members for castor3d::TextureView, including all inherited members.
| cleanup() | castor3d::TextureView | |
| convertToSampledView(VkImageViewCreateInfo createInfo) | castor3d::TextureView | static |
| convertToTargetView(VkImageViewCreateInfo createInfo, uint32_t depth) | castor3d::TextureView | static |
| getBaseMipLevel() const | castor3d::TextureView | inline |
| getBuffer() const | castor3d::TextureView | |
| getBuffer() | castor3d::TextureView | |
| getIndex() const | castor3d::TextureView | inline |
| getLevelCount() const | castor3d::TextureView | |
| getOwner() const noexcept | castor::OwnedBy< TextureLayout > | inline |
| getSampledView() const | castor3d::TextureView | |
| getSubresourceRange() const | castor3d::TextureView | inline |
| getTargetView() const | castor3d::TextureView | |
| hasBuffer() const | castor3d::TextureView | |
| initialise() | castor3d::TextureView | |
| isMipmapsGenerationNeeded() const | castor3d::TextureView | inline |
| needsXInversion() const | castor3d::TextureView | inline |
| needsYInversion() const | castor3d::TextureView | inline |
| needsZInversion() const | castor3d::TextureView | inline |
| OwnedBy(TextureLayout &owner) noexcept | castor::OwnedBy< TextureLayout > | inlineexplicitprotected |
| setMipmapsGenerationNeeded(bool value) | castor3d::TextureView | inline |
| setOwner(TextureLayout &owner) noexcept | castor::OwnedBy< TextureLayout > | inline |
| TextureLayout | castor3d::TextureView | friend |
| TextureView(TextureLayout &layout, ashes::ImageViewCreateInfo info, uint32_t index, castor::String debugName) | castor3d::TextureView | |
| toString() const | castor3d::TextureView | |
| update(VkImage image, uint32_t baseArrayLayer, uint32_t layerCount, uint32_t baseMipLevel, uint32_t levelCount) | castor3d::TextureView | |
| update(VkExtent3D const &extent, VkFormat format, uint32_t mipLevels, uint32_t arrayLayers) | castor3d::TextureView | |