![]()  | 
  
    ezEngine Release 25.08
    
   | 
 
This is the complete list of members for ezGALTextureVulkan, including all inherited members.
| AddRef() const | ezRefCountingImpl | inline | 
| ClampRange(ezGALTextureRange range) const | ezGALTexture | |
| ComputeAllocInfo(ezVulkanAllocationCreateInfo &ref_allocInfo) (defined in ezGALTextureVulkan) | ezGALTextureVulkan | static | 
| ComputeCreateInfo(const ezGALDeviceVulkan *pDevice, const ezGALTextureCreationDescription &description, vk::ImageCreateInfo &ref_createInfo, vk::PipelineStageFlags &ref_stages, vk::AccessFlags &ref_access, vk::ImageLayout &ref_preferredLayout) (defined in ezGALTextureVulkan) | ezGALTextureVulkan | static | 
| ComputeImageFormat(const ezGALDeviceVulkan *pDevice, ezEnum< ezGALResourceFormat > galFormat, vk::ImageCreateInfo &ref_createInfo, vk::ImageFormatListCreateInfo &ref_imageFormats) (defined in ezGALTextureVulkan) | ezGALTextureVulkan | static | 
| ComputeSubResourceOffsets(const ezGALDeviceVulkan *pDevice, const ezGALTextureCreationDescription &description, ezDynamicArray< SubResourceOffset > &subResourceSizes) (defined in ezGALTextureVulkan) | ezGALTextureVulkan | static | 
| DeInitPlatform(ezGALDevice *pDevice) override (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protectedvirtual | 
| ezGALDeviceVulkan (defined in ezGALTextureVulkan) | ezGALTextureVulkan | friend | 
| ezGALTexture(const ezGALTextureCreationDescription &Description) (defined in ezGALTexture) | ezGALTexture | protected | 
| ezGALTextureVulkan(const ezGALTextureCreationDescription &Description) (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| ezMemoryUtils (defined in ezGALTextureVulkan) | ezGALTextureVulkan | friend | 
| ezRefCountingImpl()=default | ezRefCountingImpl | |
| ezRefCountingImpl(const ezRefCountingImpl &rhs) (defined in ezRefCountingImpl) | ezRefCountingImpl | inline | 
| GetAccessMask() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetAllocation() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetAllocationInfo() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetAspectMask() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetDescriptorImageInfo(ezGALTextureRange textureRange, ezEnum< ezGALShaderResourceType > resourceType, ezEnum< ezGALShaderTextureType > textureType, ezEnum< ezGALResourceFormat > overrideViewFormat) const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetFullRange() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetImage() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetImageFormat() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | inline | 
| GetMipLevelSize(const ezGALTextureCreationDescription &description, ezUInt32 uiMipLevel) (defined in ezGALTextureVulkan) | ezGALTextureVulkan | static | 
| GetMipLevelSize(ezUInt32 uiMipLevel) const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | inline | 
| GetMipMapSize(ezUInt32 uiMipLevel) const (defined in ezGALTexture) | ezGALTexture | |
| GetParentResource() const (defined in ezGALResourceBase) | ezGALResourceBase | inlinevirtual | 
| GetPreferredLayout() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetPreferredLayout(vk::ImageLayout targetLayout) const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| GetRefCount() const | ezRefCountingImpl | inline | 
| GetUsedByPipelineStage() const (defined in ezGALTextureVulkan) | ezGALTextureVulkan | |
| InitPlatform(ezGALDevice *pDevice, ezArrayPtr< ezGALSystemMemoryDescription > pInitialData) override (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protectedvirtual | 
| IsReferenced() const | ezRefCountingImpl | inline | 
| m_access (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_alloc (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_allocInfo (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_hDefaultRenderTargetView (defined in ezGALTexture) | ezGALTexture | protected | 
| m_image (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_imageFormat (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_pDevice (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_preferredLayout (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_RenderTargetViews (defined in ezGALTexture) | ezGALTexture | protected | 
| m_stages (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| m_TextureViews (defined in ezGALTextureVulkan) | ezGALTextureVulkan | mutableprotected | 
| operator=(const ezRefCountingImpl &rhs) (defined in ezRefCountingImpl) | ezRefCountingImpl | inline | 
| ReleaseRef() const | ezRefCountingImpl | inline | 
| SetDebugName(const char *szName) const (defined in ezGALResourceBase) | ezGALResourceBase | inline | 
| SetDebugNamePlatform(const char *szName) const override (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protectedvirtual | 
| ~ezGALResourceBase()=default (defined in ezGALResourceBase) | ezGALResourceBase | inlineprotected | 
| ~ezGALTexture() (defined in ezGALTexture) | ezGALTexture | protectedvirtual | 
| ~ezGALTextureVulkan() (defined in ezGALTextureVulkan) | ezGALTextureVulkan | protected | 
| ~ezRefCounted()=default | ezRefCounted | virtual |