Commit Graph

133 Commits (f17e9851f37f8541e7226734d5827a8d8efc23e8)

Author SHA1 Message Date
cosmonaut f17e9851f3 update with MoonWorks changes 2024-06-11 10:08:37 -07:00
cosmonaut 512ef598d2 examples now use new shader creation system 2024-06-10 16:54:27 -07:00
cosmonaut ea7c1245bc WindowResizingExample 2024-06-06 16:24:12 -07:00
cosmonaut 486b55527f VideoPlayerExample 2024-06-06 16:19:35 -07:00
cosmonaut 2cfc8fa512 VertexSamplerExample 2024-06-06 16:05:36 -07:00
cosmonaut 31d659020e TriangleVertexBufferExample 2024-06-06 16:01:11 -07:00
cosmonaut 6dbcd65fbe TextureMipmapsExample 2024-06-06 15:56:42 -07:00
cosmonaut 002bcc7913 TexturedQuadExample 2024-06-06 15:51:29 -07:00
cosmonaut 7fe6fba2d7 TexturedAnimatedQuadExample 2024-06-06 15:43:24 -07:00
cosmonaut dd8a416052 Texture3DExample 2024-06-06 15:34:15 -07:00
cosmonaut 071ff5788c Texture3DCopyExample 2024-06-06 15:28:16 -07:00
cosmonaut 2efb502cd4 StoreLoadExample 2024-06-06 15:20:20 -07:00
cosmonaut b826ff6a89 RenderTextureMipmapsExample 2024-06-06 15:11:11 -07:00
cosmonaut 6d0add6230 RenderTextureCubeExample 2024-06-06 15:03:43 -07:00
cosmonaut d538c2c935 RenderTexture2DExample 2024-06-06 14:58:30 -07:00
cosmonaut 1568924f55 RenderTexture2DArrayExample 2024-06-06 14:47:06 -07:00
cosmonaut 42f66e8a87 MSAAExample 2024-06-06 14:38:53 -07:00
cosmonaut 4b2a9385d9 MSAACubeExample 2024-06-06 14:19:46 -07:00
cosmonaut ab796356b9 InstancingAndOffsetsExample 2024-06-06 14:11:14 -07:00
cosmonaut e85220318f GetBufferDataExample 2024-06-06 13:24:11 -07:00
cosmonaut 83bdf69e64 DrawIndirectExample 2024-06-06 13:09:45 -07:00
cosmonaut 17aac39403 DepthMSAAExample 2024-06-06 13:00:14 -07:00
cosmonaut 7b58a1ac06 CullFaceExample 2024-06-06 12:13:01 -07:00
cosmonaut 877b533d7b CubeExample 2024-06-06 12:06:37 -07:00
cosmonaut 8258bb07a4 CopyTextureExample 2024-06-06 11:14:24 -07:00
cosmonaut 2387a03e1d Refresh API update 2024-06-06 10:52:12 -07:00
cosmonaut d582bfe473 fix up some window behavior 2024-06-05 22:56:09 -07:00
cosmonaut 69ffbbf03a shader fixup and new example structure 2024-06-05 22:47:06 -07:00
cosmonaut da90d28c33 restructure graphics tests 2024-06-05 14:19:43 -07:00
cosmonaut 75c13c3c6b Cube test debug names 2024-03-11 16:11:27 -07:00
cosmonaut 5782970ad8 go back to vulkan default 2024-03-11 10:22:59 -07:00
cosmonaut 39daf3cad4 update WriteOptions 2024-03-11 10:20:54 -07:00
cosmonaut b66dc20768 change default back to vulkan 2024-03-07 14:25:51 -08:00
cosmonaut b283df5d6b rename Discard to Cycle 2024-03-07 14:24:54 -08:00
cosmonaut 43cd8f0182 change backend selection behavior 2024-03-07 10:35:12 -08:00
cosmonaut f3eacbf776 comment on DepthMSAA 2024-03-07 00:03:42 -08:00
cosmonaut 17a321dcf7 change success message from error to info 2024-03-06 23:59:34 -08:00
cosmonaut 2435b4d226 rename TestUtils.DefaultBackend to just TestUtils.Backend 2024-03-06 14:31:22 -08:00
cosmonaut e4f4e53f2c more tests on D3D11 2024-03-06 14:23:06 -08:00
cosmonaut 5159442540 start converting tests to be D3D11-compatibility 2024-03-06 00:15:44 -08:00
cosmonaut beacd05925 fix BasicStencil 2024-03-02 23:10:52 -08:00
cosmonaut 0855bf6e26 update bindings and WriteOptions API 2024-03-01 15:03:29 -08:00
cosmonaut 52f4e361ae use element-wise buffer upload in GetBufferData 2024-02-23 15:40:18 -08:00
cosmonaut b8bbbe2327 update VideoPlayer 2024-02-23 15:29:03 -08:00
cosmonaut 844e330a48 update WindowResizing 2024-02-23 14:54:46 -08:00
cosmonaut 89dea810cc update examples that load from compressed image files 2024-02-23 14:54:01 -08:00
cosmonaut 347290bae2 update TextureMipmaps 2024-02-23 14:42:47 -08:00
cosmonaut b462f5d140 update TexturedAnimatedQuad 2024-02-23 14:37:45 -08:00
cosmonaut cd235b9172 rename ResourceInitializer to ResourceUploader 2024-02-23 14:32:56 -08:00
cosmonaut 795331c133 convert Cube test to use UploadAndWait 2024-02-23 14:30:53 -08:00