]> O.S.I.I.S - jp/vke.net.git/commit
wip devel
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 19 May 2020 09:19:19 +0000 (11:19 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 19 May 2020 09:19:19 +0000 (11:19 +0200)
commita2474684dac730232e6de327f00cf0644974da1a
treed342a5c2292530f1fd815f7caebc64c38f16b95c
parent65d7f337865e1a42e78770d5d64996a6bff1da22
wip
60 files changed:
Directory.Build.props
addons/CrowWindow/CrowWindow.csproj [new file with mode: 0644]
addons/CrowWindow/FSQPipeline.cs [new file with mode: 0644]
addons/CrowWindow/VkCrowWindow.cs [new file with mode: 0644]
addons/CrowWindow/shaders/simpletexture.frag [new file with mode: 0644]
addons/gltfLoader/gltfLoader.csproj
samples/Directory.Build.props
samples/Model/EditableShaderInfo.cs [new file with mode: 0644]
samples/Model/Model.csproj
samples/Model/main.cs
samples/Model/shaders/model.frag
samples/Model/shaders/model.vert
samples/Model/ui/main.crow [new file with mode: 0755]
samples/TexturedCube/TexturedCube.csproj
samples/crowWin/FSQPipeline.cs
samples/crowWin/VkCrowWindow.cs
samples/crowWin/shaders/simpletexture.frag
samples/deferred/main.cs
samples/glow/DebuDrawPipeline.cs [new file with mode: 0644]
samples/glow/DeferredPbrRenderer.cs [new file with mode: 0644]
samples/glow/EnvironmentPipeline.cs [new file with mode: 0644]
samples/glow/glow.csproj [new file with mode: 0644]
samples/glow/main-crow.cs [new file with mode: 0644]
samples/glow/main.cs [new file with mode: 0644]
samples/glow/mainShadow.cs [new file with mode: 0644]
samples/glow/mainWithDebugDrawer.cs [new file with mode: 0644]
samples/glow/modelWithVkvgStats.cs [new file with mode: 0644]
samples/glow/shaders/GBuffPbr.frag [new file with mode: 0644]
samples/glow/shaders/GBuffPbr.vert [new file with mode: 0644]
samples/glow/shaders/GBuffPbrCommon.inc [new file with mode: 0644]
samples/glow/shaders/GBuffPbrTexArray.frag [new file with mode: 0644]
samples/glow/shaders/bloom.comp [new file with mode: 0644]
samples/glow/shaders/bloom.frag [new file with mode: 0644]
samples/glow/shaders/compose.frag [new file with mode: 0644]
samples/glow/shaders/compose_with_shadows.frag [new file with mode: 0644]
samples/glow/shaders/debug.frag [new file with mode: 0644]
samples/glow/shaders/debug.vert [new file with mode: 0644]
samples/glow/shaders/emissive.frag [new file with mode: 0644]
samples/glow/shaders/shadow.geom [new file with mode: 0644]
samples/glow/shaders/shadow.vert [new file with mode: 0644]
samples/glow/shaders/show_gbuff.frag [new file with mode: 0644]
samples/glow/shaders/simpletexture.frag [new file with mode: 0644]
samples/glow/shaders/tone_mapping.frag [new file with mode: 0644]
samples/glow/shadowMapRenderer.cs [new file with mode: 0644]
samples/glow/ui/debug.crow [new file with mode: 0644]
samples/glow/ui/deferred.style [new file with mode: 0644]
samples/glow/ui/main.crow [new file with mode: 0644]
samples/glow/ui/materials.crow [new file with mode: 0644]
samples/glow/ui/menu.crow [new file with mode: 0644]
samples/glow/ui/sceneItem.crow [new file with mode: 0644]
samples/glow/ui/scenes.crow [new file with mode: 0644]
samples/glow/ui/testImage.crow [new file with mode: 0644]
vke.net.sln
vke/src/ExtensionMethods.cs
vke/src/ShaderInfo.cs
vke/src/Utils.cs
vke/src/base/ComputePipeline.cs
vke/src/base/GraphicPipeline.cs
vke/src/base/Resource.cs
vke/vke.csproj