16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-17 23:39:18 +02:00

remove DBG_NEW new preprocessor kludges, ensure stdafx.h is included everywhere, add debug build to Azure CI

This commit is contained in:
milek7
2019-08-30 23:35:58 +02:00
parent 30df10a58e
commit 5c84f8b156
17 changed files with 34 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
#include "stdafx.h"
#include "buffer.h"
GLenum gl::buffer::glenum_target(gl::buffer::targets target)

View File

@@ -1,3 +1,4 @@
#include "stdafx.h"
#include "cubemap.h"
gl::cubemap::cubemap()

View File

@@ -1,3 +1,4 @@
#include "stdafx.h"
#include "fence.h"
gl::fence::fence()

View File

@@ -1,3 +1,4 @@
#include "stdafx.h"
#include "pbo.h"
void gl::pbo::request_read(int x, int y, int lx, int ly, int pixsize, GLenum format, GLenum type)