From 5355aee6c23b6dd3d46fdc9fa8fbc1ad33b790c2 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 11 Feb 2025 16:37:53 +0800 Subject: [PATCH] fix ByteBufferView export --- include/luisa/runtime/byte_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/luisa/runtime/byte_buffer.h b/include/luisa/runtime/byte_buffer.h index c42101ca9..e690f9196 100644 --- a/include/luisa/runtime/byte_buffer.h +++ b/include/luisa/runtime/byte_buffer.h @@ -61,7 +61,7 @@ class LC_RUNTIME_API ByteBuffer final : public Resource { } }; -class ByteBufferView { +class LC_RUNTIME_API ByteBufferView { friend class lc::validation::Stream; private: