rename file

This commit is contained in:
Gregory Wells
2025-06-14 14:10:08 -04:00
parent a91332f1e3
commit cde7cdc9f8

View File

@@ -20,7 +20,7 @@ gnReturnCode gnCreateTextureFn(gnTexture texture, gnDevice device, const gnTextu
.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT, .usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT,
.samples = VK_SAMPLE_COUNT_1_BIT, .samples = VK_SAMPLE_COUNT_1_BIT,
.extent = { .extent = {
.width = info.width, .width = 100,
.height = info.height, .height = info.height,
.depth = 1 .depth = 1
}, },