render_target: Add missing initializer for size extent
Everything else has a default constructor that does the straightforward thing of initializing most members to a default value, except for the size. We explicitly initialize the size (and others, for consistency), to prevent potential uninitialized reads from occurring. Particularly given the largeish surface area that this struct is used in.master
parent
d6c799494c
commit
00e100de08
Loading…
Reference in New Issue