1
0
mirror of synced 2025-11-09 12:57:13 +00:00
Commit Graph

39 Commits

Author SHA1 Message Date
e324a2104b . 2020-07-27 23:49:23 -07:00
fafb5e52a6 updated API further to just use optionals. Updated tests 2020-03-08 18:08:14 -07:00
903f1a349d hacked out some stuff while I'm testing 2019-09-28 21:51:46 -07:00
d1c3a5f562 The API needs some work 2019-09-22 01:37:04 -07:00
0f0c29fac9 hacked in the sampled != 0 thing, not sure why my non sampled image was coming in as 2. Also vulkano seems to treat storage image and whatever other image the same, so just copied the match 2019-07-18 22:15:10 -07:00
2fb20042a4 Use 0.13.0 2019-07-10 17:56:28 -07:00
2d036a61c7 For some reason I was getting trait errors when using a local version of vulkano in my project toml, and a cargo version of vulkano in the shade_runner toml. Switching to the other toml syntax fixed the issue. spooky 2019-07-10 00:28:48 -07:00
baf9c022ef hacked in the ability to specify compiler options 2019-07-07 00:58:13 -07:00
Tom
afd4e39c44 Merge pull request #19 from freesig/compute
support for compute shaders
2019-06-05 13:58:56 +10:00
freesig
370bf8350a support for compute shaders 2019-06-05 13:36:28 +10:00
Tom Gowan
5f7162510f update cargo 2019-05-27 09:49:24 +10:00
Tom
3b99dc7584 Merge pull request #18 from mitchmindtree/vulkano_update
Update to vulkano 0.12.0.
2019-05-27 09:32:37 +10:00
mitchmindtree
85611e3483 Update to vulkano 0.12.0.
If this looks good to you, would you mind merging this and publishing
the `shade_runner` crate to crates.io? I think we'll need it to be
published in order to publish nannou `0.9` (From memory, even
`dev-dependencies` require being published).
2019-05-25 16:36:02 +02:00
Tom Gowan
9774ac4410 bump shaderc 2019-05-21 13:44:56 +10:00
Tom Gowan
50a88bd0ca public errors 2019-05-10 11:20:33 +10:00
Tom
fec3b1d81e Merge pull request #17 from freesig/include
Include
2019-05-09 18:08:46 +10:00
Tom Gowan
0f9f2658dc relative include 2019-05-09 17:46:00 +10:00
Tom Gowan
203f0c8074 include 2019-05-09 17:08:19 +10:00
Tom Gowan
ac7992e139 add msg to unimplemented error 2019-05-02 20:00:25 +10:00
Tom Gowan
f753563525 more descriptor implimentations 2019-05-02 15:10:26 +10:00
Tom Gowan
52946a0ec3 Merge branch 'master' of https://github.com/freesig/shade_runner 2019-05-01 10:06:03 +10:00
Tom Gowan
d15d28f6e6 fixes #15 2019-05-01 10:05:34 +10:00
Tom
f9ed085299 Update README.md 2019-04-30 10:00:27 +10:00
Tom
bf6c59c40a Create LICENSE 2019-04-30 09:50:06 +10:00
Tom
db4a97afe2 Create README.md 2019-04-30 09:49:03 +10:00
Tom Gowan
c4112ecddc fixes #14 2019-04-30 09:45:38 +10:00
Tom Gowan
1a59d7bdc0 fix nightly stable copied 2019-04-30 09:27:45 +10:00
Tom
c70f54ffba Merge pull request #12 from freesig/no_unimpl
No unimpl
2019-04-29 18:18:51 +10:00
Tom Gowan
fff431ba55 no expects or unimpl 2019-04-29 18:17:47 +10:00
Tom Gowan
15cddaa35b remove unimpl 2019-04-29 15:04:06 +10:00
Tom Gowan
5840e837eb use directory 2019-04-29 15:03:43 +10:00
Tom
12e43ff036 Merge pull request #8 from freesig/layouts
added vertex layouts
2019-04-29 09:39:10 +10:00
Tom Gowan
97248e5e9f added vertex layouts 2019-04-29 09:38:24 +10:00
Tom Gowan
a43fff68e0 better watch events 2019-04-29 09:13:47 +10:00
Tom Gowan
6eca607ca3 fixes 2019-04-26 21:52:18 +10:00
Tom Gowan
4694d4eb1d watcher 2019-04-26 17:50:38 +10:00
Tom Gowan
2c5747a52f push constants 2019-04-26 16:11:48 +10:00
Tom Gowan
f3346e48bb descriptor layout 2019-04-26 15:24:58 +10:00
Tom Gowan
0755b4f807 initial commit 2019-04-26 13:00:38 +10:00