Merge pull request #100944 from Nazarwadim/LocalVector_use_1.5x_growth_factor

Use 1.5x growth factor for LocalVector
This commit is contained in:
Thaddeus Crews
2025-04-21 08:24:22 -05:00
2 changed files with 12 additions and 12 deletions

View File

@ -625,7 +625,7 @@ public:
};
struct AttachmentReference {
static const uint32_t UNUSED = 0xffffffff;
static constexpr uint32_t UNUSED = 0xffffffff;
uint32_t attachment = UNUSED;
TextureLayout layout = TEXTURE_LAYOUT_UNDEFINED;
BitField<TextureAspectBits> aspect = {};