|
Blender V5.0
|
#include "gpu_texture_private.hh"#include "vk_context.hh"#include "vk_image_view.hh"#include "vk_memory.hh"Go to the source code of this file.
Classes | |
| class | blender::gpu::VKTexture |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Enumerations | |
| enum class | blender::gpu::VKImageViewFlags { blender::gpu::DEFAULT = 0 , blender::gpu::NO_SWIZZLING = 1 << 0 } |
Functions | |
| BLI_INLINE VKTexture * | blender::gpu::unwrap (Texture *tex) |
| BLI_INLINE Texture * | blender::gpu::wrap (VKTexture *texture) |