BearishSun
|
0f68b63eb4
Vulkan render target binding and render pass start
|
9 years ago |
BearishSun
|
b267abf39a
Vulkan render API swapBuffers() method hooked up
|
9 years ago |
BearishSun
|
a448b09b54
Implemented Vulkan swapBuffers method on render window
|
9 years ago |
BearishSun
|
1da1209680
Added frame buffers to Vulkan's implementation of a render window
|
9 years ago |
BearishSun
|
4b10b2c563
Vulkan swap chain now also creates a depth stencil surfaces
|
9 years ago |
BearishSun
|
4f2e97d5ed
Merge branch 'master' of https://github.com/BearishSun/BansheeEngine.git
|
9 years ago |
BearishSun
|
fd01c1cde4
Refactoring VulkanGpuParams
|
9 years ago |
BearishSun
|
42b6188db6
VulkanResource changes:
|
9 years ago |
Marko Pintera
|
dd267e39ff
Merge pull request #58 from EvansThomas/master
|
9 years ago |
Evans Thomas
|
3737b829f2
Fix editor crash on creating GUI Widget component
|
9 years ago |
BearishSun
|
ce7fad6a81
Vulkan pipeline layout creation and caching
|
9 years ago |
BearishSun
|
0473296c98
Playing with msbuild scripts for a faster build - so far down from 14 to 6 minutes.
|
9 years ago |
BearishSun
|
e23aad5123
Finishing up Vulkan command barrier execution on command buffer submission
|
9 years ago |
BearishSun
|
ebed609b8e
Refactored command buffer submission and sync in order to resolve some design issue with previous sync approach, as well as command buffer IDs
|
9 years ago |
BearishSun
|
99d14364e5
More work on Vulkan:
|
9 years ago |
BearishSun
|
ab3821628a
Merge branch 'almightykiwi-linux'
|
9 years ago |
BearishSun
|
1a9565f771
Make sure Data/Engine folder is always available to avoid confusing the resource preprocessing system
|
9 years ago |
BearishSun
|
6af78bd35d
Adding missing VS code editor files to build
|
9 years ago |
BearishSun
|
692e25b595
Code style changes and minor cleanup
|
9 years ago |
BearishSun
|
eaa63d2886
Fixing compile errors on Windows
|
9 years ago |
BearishSun
|
079f576f1d
Fixing a few invalid params
|
9 years ago |
BearishSun
|
3feaf3371b
Fixing a potential allocator issue on Windows
|
9 years ago |
BearishSun
|
ccc4f31597
Fixing compilation errors caused by include file order
|
9 years ago |
BearishSun
|
4dd970002c
Generate lexer/parser files on CMake config on Windows
|
9 years ago |
BearishSun
|
2adafb456c
Merge branch 'linux' of https://github.com/almightykiwi/BansheeEngine into almightykiwi-linux
|
9 years ago |
BearishSun
|
e72395b399
Removed GpuBufferView from the public RenderAPI interface and made it specific to DX11
|
9 years ago |
BearishSun
|
8b24b07bd6
Fixing a few compile errors in OpenGL render API, due to some earlier refactors
|
9 years ago |
BearishSun
|
6e60730055
More work on Vulkan buffers
|
9 years ago |
BearishSun
|
6455c6237d
Added VulkanImage resource for managing and tracking Vulkan images
|
9 years ago |
Marc Legendre
|
2cf27afedf
cmake: generate bison & flex files on non-Windows platforms
|
9 years ago |