cosmonaut
07c0b1b9a2
Window API revision + Framerate limiter ( #27 )
...
- add `Backend` enum
- `GraphicsDevice` can now take a preferred backend at creation
- add `GraphicsDevice.ClaimWindow`
- add `GraphicsDevice.UnclaimWindow`
- add `GraphicsDevice.SetPresentMode`
- add `Window.Claimed`
- add `Window.SwapchainFormat`
- fix certain odd behaviors in multi-window scenarios
- rename `FramerateSettings` to `FrameLimiterSettings`
- add `Game.SetFrameLimiter`
Reviewed-on: #27
2022-09-29 22:22:50 +00:00
TheSpydog
3ffdf8a929
Specify readonly access when creating ShaderModule stream ( #26 )
...
Co-authored-by: Caleb Cornett <caleb.cornett@outlook.com>
Reviewed-on: #26
Co-authored-by: TheSpydog <thespydog@noreply.example.org>
Co-committed-by: TheSpydog <thespydog@noreply.example.org>
2022-09-28 23:52:29 +00:00
cosmonaut
80f19e4521
Refresh 1.7.0
2022-09-13 13:58:09 -07:00
cosmonaut
d5a7daa524
add graphics state validation in debug mode
2022-09-07 13:07:17 -07:00
cosmonaut
5c080a4c42
add another DepthStencilAttachment constructor
2022-09-07 12:38:05 -07:00
cosmonaut
1af16231ce
Refresh 1.6.0
2022-08-25 12:32:49 -07:00
cosmonaut
0c6bb538fb
fix depth-only render pass invocation + throw instead of return
2022-08-22 19:30:44 -07:00
cosmonaut
efb9893aef
Theora video support + audio improvements ( #20 )
...
- `SoundInstance.Play` no longer takes a loop parameter
- `SoundInstance.Stop` is split into `Stop` and `StopImmediate` instead of taking an immediate parameter
- Added `StreamingSoundSeekable` to better support streaming audio that does not support seek
- `StreamingSound` no longer has a Loop property, but `StreamingSoundSeekable` does
- abstract `StreamingSound.AddBuffer` renamed to `FillBuffer`
- `FillBuffer` is now provided with a native buffer to avoid an extra data copy
- `StreamingSound` buffer implementation optimized to avoid repeated alloc/frees
- added `Video` class which can load and play Theora (.ogv) streaming video/audio
Reviewed-on: #20
2022-08-02 21:04:12 +00:00
cosmonaut
db5ca97726
Packer.TextBounds
2022-06-30 16:24:28 -07:00
cosmonaut
d190df55b2
update wellspring
2022-06-30 13:25:52 -07:00
cosmonaut
1aa522ffa1
avoid TextBatch.Draw smashing the stack with big strings
2022-06-30 13:24:51 -07:00
cosmonaut
b23792acd0
remove empty struct constructors for language compatibility
2022-06-20 13:04:44 -07:00
cosmonaut
c1085db9c5
add store ops to depth stencil attach info struct
2022-06-08 17:15:14 -07:00
cosmonaut
13519c3150
fix stencil clear
2022-06-06 18:44:03 -07:00
cosmonaut
6ab7a2f722
read ShaderModules from stream
2022-06-06 10:42:05 -07:00
cosmonaut
9862bfd0a0
TextureSamplerBinding now stores IntPtrs
2022-05-23 19:12:17 -07:00
cosmonaut
318ca22021
add default case for clarity
2022-05-15 12:16:41 -07:00
cosmonaut
dd3fb75905
fix DDS mip level loader
2022-05-14 10:31:56 -07:00
cosmonaut
2bd88e1dc1
add a few useful functions
2022-05-13 16:26:26 -07:00
cosmonaut
66d363459b
improve DDS format support
2022-05-12 11:21:07 -07:00
cosmonaut
b22d3bed30
add DDS and BC7 support
2022-05-11 21:22:20 -07:00
cosmonaut
0d93207ae9
Fixed Point Math ( #19 )
...
Reviewed-on: #19
2022-05-11 17:34:09 +00:00
cosmonaut
a0082bcec6
change Marshal.SizeOf to sizeof
2022-04-27 14:14:15 -07:00
cosmonaut
65568ea234
Font rendering update
2022-04-13 15:10:23 -07:00
cosmonaut
61a6d0bdc0
Font Rendering ( #18 )
...
Adds a font rendering system based on Wellspring.
Reviewed-on: #18
2022-04-13 03:06:14 +00:00
cosmonaut
80c34c6b16
Collision API ( #17 )
2022-03-24 06:07:34 +00:00
cosmonaut
3623e6b07c
add debug exception for binding a null texture
2022-03-17 14:42:43 -07:00
cosmonaut
1b5221f2c7
vertex format ABI break
2022-03-17 14:42:30 -07:00
cosmonaut
5424d05d63
RasterizerState ABI break
2022-03-14 10:48:31 -07:00
cosmonaut
2a9286f31e
Clear and AcquireSwapchainTexture ABI break
2022-03-10 10:25:41 -08:00
cosmonaut
cf2d8473a1
renderArea NULL inputs
2022-03-06 22:33:12 -08:00
cosmonaut
b5b0f35b50
SetViewport and SetScissor doc comments
2022-03-04 14:14:22 -08:00
cosmonaut
527f47436a
Refresh 1.2.0
2022-03-04 13:21:52 -08:00
cosmonaut
40d9cdd33a
add element-wise SetBufferData overload
2022-03-04 10:00:29 -08:00
cosmonaut
a413863cf9
add Size property to Buffer
2022-03-03 17:18:38 -08:00
cosmonaut
17333cfb67
destroy update
2022-03-03 17:16:39 -08:00
cosmonaut
9c83423c79
add buffer creation convenience method
2022-03-02 14:29:43 -08:00
cosmonaut
7d3a7901b2
convenience constructors for graphics state
2022-03-02 13:57:30 -08:00
cosmonaut
278db7d55b
fix a few missing renames
2022-03-02 11:45:37 -08:00
cosmonaut
774028a013
D3D compatibility ABI break
2022-03-02 11:42:26 -08:00
cosmonaut
f6369b6bce
add some notes to AcquireSwapchainTexture
2022-03-02 10:13:52 -08:00
cosmonaut
c34f74a99d
do not destroy untracked resource
2022-03-02 09:58:32 -08:00
cosmonaut
d6606d90f6
AcquireSwapchainTexture nullable
2022-03-02 09:39:23 -08:00
cosmonaut
ef10be4e9d
add some shortcut defaults to structs
2022-03-01 23:32:44 -08:00
cosmonaut
1fa73f0275
more presentation API improvements
2022-03-01 23:21:42 -08:00
cosmonaut
81c882bd48
presentation ABI break
2022-03-01 22:57:10 -08:00
cosmonaut
7328cbc13d
add some constructors to reduce boilerplate
2022-02-25 18:01:22 -08:00
cosmonaut
32b269526f
Blend state ABI break
2022-02-25 17:50:08 -08:00
cosmonaut
9028a8b1a0
remove Window namespace
2022-02-25 13:23:31 -08:00
cosmonaut
edd21ec573
remove count from managed GraphicsPipelineAttachmentInfo
2022-02-25 11:10:35 -08:00