Merge pull request #100944 from Nazarwadim/LocalVector_use_1.5x_growth_factor
Use 1.5x growth factor for LocalVector
This commit is contained in:
@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user