|
Blender V4.3
|
#include "GPU_capabilities.hh"#include "vk_texture.hh"#include "vk_buffer.hh"#include "vk_context.hh"#include "vk_data_conversion.hh"#include "vk_framebuffer.hh"#include "vk_memory.hh"#include "vk_pixel_buffer.hh"#include "vk_shader.hh"#include "vk_shader_interface.hh"#include "vk_state_manager.hh"#include "vk_vertex_buffer.hh"#include "BLI_math_vector.hh"#include "BKE_global.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Functions | |
| static VkImageAspectFlags | blender::gpu::to_vk_image_aspect_single_bit (const VkImageAspectFlags format, bool stencil) |
| static VkImageUsageFlags | blender::gpu::to_vk_image_usage (const eGPUTextureUsage usage, const eGPUTextureFormatFlag format_flag) |
| static VkImageCreateFlags | blender::gpu::to_vk_image_create (const eGPUTextureType texture_type, const eGPUTextureFormatFlag format_flag, const eGPUTextureUsage usage) |