Trying to add water

This commit is contained in:
Dynamitos
2024-08-13 22:44:04 +02:00
parent 97244e87c1
commit 252a241208
43 changed files with 1408 additions and 219 deletions
+1 -1
View File
@@ -86,9 +86,9 @@ void FontAsset::load(ArchiveBuffer& buffer) {
.width = kTexture->baseWidth,
.height = kTexture->baseHeight,
.depth = kTexture->baseDepth,
.mipLevels = kTexture->numLevels,
.layers = kTexture->numFaces,
.elements = kTexture->numLayers,
.useMip = true,
.usage = Gfx::SE_IMAGE_USAGE_SAMPLED_BIT,
};