Merge branch 'master' into 12.0-development

This commit is contained in:
Alex Szpakowski
2020-12-22 19:35:06 -04:00
8 changed files with 134 additions and 1 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ love::graphics::StreamBuffer *CreateStreamBuffer(BufferType mode, size_t size)
{
// AMD's pinned memory seems to be faster than persistent mapping,
// on AMD GPUs.
if (GLAD_AMD_pinned_memory)
if (GLAD_AMD_pinned_memory && gl.getVendor() == OpenGL::VENDOR_AMD)
{
try
{