Commit Graph

77 Commits (c2a029ce8570342c1ea29d0f949a96f6f31ea39c)

Author SHA1 Message Date
cosmonaut c2a029ce85 update MSAA 2024-02-23 13:09:23 -08:00
cosmonaut 683fffad16 update InstancingAndOffsets 2024-02-23 13:06:53 -08:00
cosmonaut c2f1a02ba3 update GetBufferData 2024-02-23 13:04:59 -08:00
cosmonaut c878a26b74 update DrawIndirect 2024-02-23 12:51:42 -08:00
cosmonaut f71917310d update DepthMSAA 2024-02-23 12:49:17 -08:00
cosmonaut 5534edb8fe update CullFace 2024-02-23 12:42:01 -08:00
cosmonaut 3299ff578f update CopyTexture 2024-02-23 12:40:12 -08:00
cosmonaut b9337fdbe6 update ComputeUniforms 2024-02-23 12:03:46 -08:00
cosmonaut 165af544de update CompressedTexture 2024-02-23 12:00:15 -08:00
cosmonaut 329f3c68f4 update ClearScreen_MultiWindow 2024-02-23 11:08:15 -08:00
cosmonaut b50df03dd7 update BasicTriangle 2024-02-23 11:03:04 -08:00
cosmonaut 94438c8991 update BasicStencil 2024-02-23 10:59:38 -08:00
cosmonaut d6ec93525e update BasicCompute 2024-02-23 10:57:54 -08:00
cosmonaut d8f402646a update CubeGame to use resourceInitializer 2024-02-23 10:12:47 -08:00
cosmonaut 91aecfd13c update TexturedQuad 2024-02-23 00:07:51 -08:00
cosmonaut 59c99daa9c re-add Cube screenshot feature 2024-02-22 22:51:01 -08:00
cosmonaut 110151ad56 update Cube for new API 2024-02-21 23:30:15 -08:00
Caleb Cornett 691ba400a0 Added MSAACube test + minor cleanup 2024-02-10 00:24:09 -06:00
Caleb Cornett 0846c09f53 Add RenderTexture2D test + README update for StoreLoad 2024-02-09 11:47:55 -06:00
Caleb Cornett f9a41ce231 Texture3D: Apply a slight offset to the fragment uniform to account for rounding errors 2024-02-07 10:09:48 -06:00
Caleb Cornett 74b6e00bc8 Tabs, not spaces 2024-02-07 09:27:55 -06:00
Caleb Cornett a64db5d0e1 Ignore Properties/ folders generated by VS2022 2024-02-07 09:25:26 -06:00
Caleb Cornett 2bd6531766 Configuration fixes + CopyMoonlibs.targets fixes 2024-02-06 21:34:14 -06:00
cosmonaut bae05596e2 fix VideoAV1 constructor 2024-01-15 22:04:48 -08:00
cosmonaut 77d8357186 StoreLoad Test 2024-01-15 17:15:59 -08:00
cosmonaut a32c337c69 .NET 8 2024-01-15 17:15:53 -08:00
cosmonaut 5709a063ae update examples to use WaitForFences 2023-09-18 23:28:32 -07:00
Caleb Cornett 0d48af5f7d Recompiled shaders with latest shadercompiler and updated shader names to avoid redundancy 2023-07-01 13:41:42 -04:00
cosmonaut 0a0c269dc9 remove unnecessary Wait calls from examples 2023-06-12 09:59:18 -07:00
cosmonaut 484bd7070c VideoPlayer update (#2)
Reviewed-on: #2
2023-06-07 21:22:43 +00:00
cosmonaut 0000450a81 rename Texture loader methods for clarity 2023-04-19 00:52:12 -07:00
cosmonaut dd9140ef04 re-enable debug mode on Cube example 2023-04-19 00:45:46 -07:00
cosmonaut d6099fbe0f SavePNG path in Cube example 2023-04-19 00:42:10 -07:00
cosmonaut c84668b4b3 update tests for new image loader API 2023-04-18 23:39:45 -07:00
cosmonaut a2d1fea543 update tests for MoonWorks API changes 2023-04-05 12:41:19 -07:00
cosmonaut 129421e80a update tests for QOI support 2023-04-03 23:13:37 -07:00
Caleb Cornett c9d929dc1f Add WindowResizing test 2023-02-04 22:59:56 -05:00
Caleb Cornett a356eb29c8 Add DepthMSAA test + update other tests for new ABI + misc cleanup 2023-01-30 22:39:13 -05:00
Caleb Cornett d0dd3028e1 Fix stencil mask values 2023-01-26 22:39:04 -05:00
Caleb Cornett b2aa5adc3b Add BasicStencil test + set default rasterizer to CCW_CullNone 2023-01-26 22:22:38 -05:00
Caleb Cornett 5233dad0ca Add TextureMipmaps test 2023-01-22 23:42:19 -05:00
Caleb Cornett 67e8a87c69 Renamed Mipmaps to RenderTextureMipmaps for clarity 2023-01-22 21:31:07 -05:00
Caleb Cornett 917cba04e8 Add Mipmaps test 2023-01-22 21:25:01 -05:00
Caleb Cornett 9cead194d9 Add RenderTextureCube test + clean up copy-paste msitakes from Texture3DGame tests 2023-01-22 20:50:35 -05:00
Caleb Cornett 1148a00f29 Use Texture.CreateTexture* instead of using TextureCreateInfo 2023-01-22 20:03:48 -05:00
Caleb Cornett eeb76ff9d5 Add RenderTexture3D test 2023-01-22 19:51:09 -05:00
Caleb Cornett db814ec092 Add VertexSampler test 2023-01-22 16:49:35 -05:00
Caleb Cornett 49abd4e9ae Fix path to InstancingAndOffsets project 2023-01-22 16:34:03 -05:00
Caleb Cornett 96689a1d1c Added Texture3D test 2023-01-22 16:21:31 -05:00
Caleb Cornett 6debea99c8 Make the folder match the project name... 2023-01-22 15:16:01 -05:00