]> O.S.I.I.S - jp/vke.net.git/commit
glfw win ptr public in vkCrowWin, save sample tests, use cmd base intead of primary...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 9 May 2020 10:48:37 +0000 (12:48 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 9 May 2020 10:48:37 +0000 (12:48 +0200)
commit65d7f337865e1a42e78770d5d64996a6bff1da22
tree55a2f4ba1e3ef5c4ee8f343506fb34c1162c29af
parent576a6c60477241a78d51a50723f04ca04b1639ed
glfw win ptr public in vkCrowWin, save sample tests, use cmd base intead of primary where possible
54 files changed:
Directory.Build.props
samples/crowWin/FSQPipeline.cs [new file with mode: 0644]
samples/crowWin/ObservablePipelineConfig.cs [new file with mode: 0644]
samples/crowWin/Program.cs [new file with mode: 0644]
samples/crowWin/VkCrowWindow.cs [new file with mode: 0644]
samples/crowWin/VkFormatWidget.cs [new file with mode: 0644]
samples/crowWin/crowWin.csproj [new file with mode: 0644]
samples/crowWin/shaders/main.frag [new file with mode: 0644]
samples/crowWin/shaders/main.vert [new file with mode: 0644]
samples/crowWin/shaders/simpletexture.frag [new file with mode: 0644]
samples/crowWin/ui/main.crow [new file with mode: 0755]
samples/crowWin/ui/testImage.crow [new file with mode: 0644]
samples/shadow/DebuDrawPipeline.cs [new file with mode: 0644]
samples/shadow/DeferredPbrRenderer.cs [new file with mode: 0644]
samples/shadow/EnvironmentPipeline.cs [new file with mode: 0644]
samples/shadow/main-crow.cs [new file with mode: 0644]
samples/shadow/main.cs [new file with mode: 0644]
samples/shadow/mainShadow.cs [new file with mode: 0644]
samples/shadow/mainWithDebugDrawer.cs [new file with mode: 0644]
samples/shadow/modelWithVkvgStats.cs [new file with mode: 0644]
samples/shadow/shaders/GBuffPbr.frag [new file with mode: 0644]
samples/shadow/shaders/GBuffPbr.vert [new file with mode: 0644]
samples/shadow/shaders/GBuffPbrCommon.inc [new file with mode: 0644]
samples/shadow/shaders/GBuffPbrTexArray.frag [new file with mode: 0644]
samples/shadow/shaders/bloom.comp [new file with mode: 0644]
samples/shadow/shaders/bloom.frag [new file with mode: 0644]
samples/shadow/shaders/compose.frag [new file with mode: 0644]
samples/shadow/shaders/compose_with_shadows.frag [new file with mode: 0644]
samples/shadow/shaders/debug.frag [new file with mode: 0644]
samples/shadow/shaders/debug.vert [new file with mode: 0644]
samples/shadow/shaders/emissive.frag [new file with mode: 0644]
samples/shadow/shaders/shadow.geom [new file with mode: 0644]
samples/shadow/shaders/shadow.vert [new file with mode: 0644]
samples/shadow/shaders/show_gbuff.frag [new file with mode: 0644]
samples/shadow/shaders/simpletexture.frag [new file with mode: 0644]
samples/shadow/shaders/tone_mapping.frag [new file with mode: 0644]
samples/shadow/shadow.csproj [new file with mode: 0644]
samples/shadow/shadowMapRenderer.cs [new file with mode: 0644]
samples/shadow/ui/debug.crow [new file with mode: 0644]
samples/shadow/ui/deferred.style [new file with mode: 0644]
samples/shadow/ui/main.crow [new file with mode: 0644]
samples/shadow/ui/materials.crow [new file with mode: 0644]
samples/shadow/ui/menu.crow [new file with mode: 0644]
samples/shadow/ui/sceneItem.crow [new file with mode: 0644]
samples/shadow/ui/scenes.crow [new file with mode: 0644]
samples/shadow/ui/testImage.crow [new file with mode: 0644]
samples/vkeEditor/CrowPipeline.cs [new file with mode: 0644]
samples/vkeEditor/FSQPipeline.cs
samples/vkeEditor/Program.cs
samples/vkeEditor/ui/testImage.crow
vke.net.sln
vke/src/VkWindow.cs
vke/src/base/Buffer.cs
vke/vke.csproj