mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
yes
This commit is contained in:
@@ -48,6 +48,10 @@ namespace mlx
|
||||
[[nodiscard]] MLX_FORCEINLINE bool IsInit() const noexcept { return m_image != VK_NULL_HANDLE; }
|
||||
[[nodiscard]] MLX_FORCEINLINE ImageType GetType() const noexcept { return m_type; }
|
||||
|
||||
#ifdef DEBUG
|
||||
[[nodiscard]] MLX_FORCEINLINE const std::string& GetDebugName() const { return m_debug_name; }
|
||||
#endif
|
||||
|
||||
virtual ~Image() = default;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user