初始提交: UE5.3项目基础框架
This commit is contained in:
18
Plugins/CesiumForUnreal/Source/ThirdParty/include/CesiumGltf/Buffer.h
vendored
Normal file
18
Plugins/CesiumForUnreal/Source/ThirdParty/include/CesiumGltf/Buffer.h
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "CesiumGltf/BufferCesium.h"
|
||||
#include "CesiumGltf/BufferSpec.h"
|
||||
#include "CesiumGltf/Library.h"
|
||||
|
||||
namespace CesiumGltf {
|
||||
/** @copydoc BufferSpec */
|
||||
struct CESIUMGLTF_API Buffer final : public BufferSpec {
|
||||
Buffer() = default;
|
||||
|
||||
/**
|
||||
* @brief Holds properties that are specific to the glTF loader rather than
|
||||
* part of the glTF spec.
|
||||
*/
|
||||
BufferCesium cesium;
|
||||
};
|
||||
} // namespace CesiumGltf
|
||||
Reference in New Issue
Block a user