Remove internal header file
ShadowMapping was using an internal header file for defining two vectors. No reason not to just use std::vector directly now.
Showing
Please register or sign in to comment
ShadowMapping was using an internal header file for defining two vectors. No reason not to just use std::vector directly now.