Add forward declare of MTL class in MTL namespace

This commit is contained in:
baldurk
2024-04-10 22:49:10 +01:00
parent 040b3ffeef
commit 943d11dace
@@ -12939,6 +12939,7 @@ _MTL_INLINE MTL::Device* MTL::DepthStencilState::device() const
namespace MTL
{
class SamplerDescriptor; // RD: forward declare SamplerDescriptor
_MTL_ENUM(NS::Integer, IOCompressionMethod) {
IOCompressionMethodZlib = 0,
IOCompressionMethodLZFSE = 1,