Add samples InstanceExtensionProperties, InstanceLayerExtensionProperties, InstanceLayerProperties, MultipleSets (#320)
+ slightly adjust some other files.
This commit is contained in:
committed by
Markus Tavenrath
parent
d965a74cc0
commit
1a7779e75b
@@ -13,6 +13,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#define GLM_FORCE_RADIANS
|
||||
#pragma warning(disable:4201) // disable warning C4201: nonstandard extension used: nameless struct/union; needed to get glm/detail/type_vec?.hpp without warnings
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
@@ -21,6 +22,6 @@ namespace vk
|
||||
{
|
||||
namespace su
|
||||
{
|
||||
glm::mat4x4 createModelViewProjectionClipMatrix();
|
||||
glm::mat4x4 createModelViewProjectionClipMatrix(vk::Extent2D const& extent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user