alexey.lysiuk
|
2aac222d35
|
- fixed compilation on macOS
error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'int' in initializer list
error: unknown type name 'OpenGLFrameBuffer'
|
2018-10-29 22:32:36 +02:00 |
|
Christoph Oelckers
|
9f9d747a6b
|
- moved all methods that would involve command buffer manipulation in Vulkan to FRenderState, because that's the object that would serve as command buffer builder.
|
2018-10-28 22:20:51 +01:00 |
|
Christoph Oelckers
|
3b26e64404
|
- renamed the 'vertexbuffer' files to 'buffers' because it's now generic for all buffer types.
|
2018-10-28 12:04:20 +01:00 |
|
Christoph Oelckers
|
8abf09afe2
|
- consolidated buffer implementations.
Since this is nearly identical for different buffer types they should share the same code wherever possible.
|
2018-10-28 09:45:51 +01:00 |
|
Christoph Oelckers
|
9e109995cd
|
- moved model renderer to hwrenderer after removing the remaining traces of OpenGL.
|
2018-10-28 00:40:41 +02:00 |
|