<feed xmlns='http://www.w3.org/2005/Atom'>
<title>surreality/src/graphics/frame.rs, branch main</title>
<subtitle>A game and rendering engine written in Rust. There are many like it, but this one is ours.
</subtitle>
<id>http://code.irenes.space/surreality/atom?h=main</id>
<link rel='self' href='http://code.irenes.space/surreality/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://code.irenes.space/surreality/'/>
<updated>2026-08-17T09:07:34+00:00</updated>
<entry>
<title>move the texture binding to a push descriptor</title>
<updated>2026-08-17T09:07:34+00:00</updated>
<author>
<name>Irene Knapp</name>
<email>ireneista@irenes.space</email>
</author>
<published>2026-08-17T08:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://code.irenes.space/surreality/commit/?id=b52d1be4302e452a45a03595f8c70411a061f920'/>
<id>urn:sha1:b52d1be4302e452a45a03595f8c70411a061f920</id>
<content type='text'>
with a descriptor update template, even

yay

this also moves us to a minimum Vulkan version of 1.4, which we understand to be widely deployed. in theory, push descriptors and update templates were available via extensions in earlier versions, but it doesn't seem worth doing the work to switch out whether we use the extensions based on the version, so we don't.

Force-Push: yes
Change-Id: I26db8771abf5626d9614630c66e019ea99babcac
</content>
</entry>
<entry>
<title>move uniform buffers into Frame</title>
<updated>2026-08-16T09:08:18+00:00</updated>
<author>
<name>Irene Knapp</name>
<email>ireneista@irenes.space</email>
</author>
<published>2026-08-16T03:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://code.irenes.space/surreality/commit/?id=db64249ce8108439ada78a2d23d67d2c573a1688'/>
<id>urn:sha1:db64249ce8108439ada78a2d23d67d2c573a1688</id>
<content type='text'>
it's better this way. same lifetime.

Force-Push: yes
Change-Id: Ida309f05132838febcc9eb606f5915e7592ac398
</content>
</entry>
<entry>
<title>move the Frame destruction code to where it goes</title>
<updated>2026-08-15T01:54:33+00:00</updated>
<author>
<name>Irene Knapp</name>
<email>ireneista@irenes.space</email>
</author>
<published>2026-08-15T01:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://code.irenes.space/surreality/commit/?id=2fae64a18c3253a892c9b3e529fb7b09e0bac753'/>
<id>urn:sha1:2fae64a18c3253a892c9b3e529fb7b09e0bac753</id>
<content type='text'>
this is, however, the first time one of these render state objects has been managed by another one rather than by main() directly, so there's a little weirdness around the lifetime logic that might need reconsidering. seems okay for now though.

Force-Push: yes
Change-Id: Ide3b9f0a7163f78a51ceed4dfb506232475354dd
</content>
</entry>
<entry>
<title>move all the per-frame stuff into its own struct and file</title>
<updated>2026-08-14T09:35:23+00:00</updated>
<author>
<name>Irene Knapp</name>
<email>ireneista@irenes.space</email>
</author>
<published>2026-08-14T09:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://code.irenes.space/surreality/commit/?id=5a4fad7b67a6ab477b230f4d8a70efed0e9100cb'/>
<id>urn:sha1:5a4fad7b67a6ab477b230f4d8a70efed0e9100cb</id>
<content type='text'>
Force-Push: yes
Change-Id: I54b5c8fcc692616f83a37039a445796dddd4b7e4
</content>
</entry>
</feed>
