Forgot this file

This commit is contained in:
SirLynix 2022-11-07 02:16:47 +01:00
parent ad1f3bc321
commit 640d877761
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace Nz
struct ExternalTexture : ExternalData struct ExternalTexture : ExternalData
{ {
UInt32 arraySize;
nzsl::ImageType imageType; nzsl::ImageType imageType;
nzsl::Ast::PrimitiveType sampledType; nzsl::Ast::PrimitiveType sampledType;
}; };