Commit Graph

13 Commits (6fab63e809345c8ec02119b18dcbdcfe2dae037e)

Author SHA1 Message Date
lberrymage fa418b2c60
Use std::iter::once for encoder queue submission
`std::iter::once` is more idiomatic for passing single-value iterators
than Some(value), and it's even intended for this case according to the
docs.
4 years ago
Ben Hansen 801ee97038 migrated gifs 4 years ago
sotrh dc847b99e2
Merge pull request #83 from rofrol/patch-5
frame data our -> frame data out
4 years ago
sotrh 9779c46b0b
Merge pull request #82 from rofrol/patch-4
break our your -> break out your
4 years ago
Roman Frołow f066e57d1a
its Pong after all -> it's Pong after all 4 years ago
Roman Frołow 377d6c9489
frame data our -> frame data out 4 years ago
Roman Frołow 1fb960ffb1
break our your -> break out your
Probably this was intended.
4 years ago
Hiroaki Yutani 0b4580ee19 Add a comment about TextureFormat for PNG 4 years ago
Ben Hansen 6e369e99ee Merge branch 'master' into pong 4 years ago
Ben Hansen c6229a7ca6 finished pong 4 years ago
Ebrahim Byagowi 3555c713cb Use shaderc instead the deprecated glsl-to-spirv
I was getting lots of these errors,

glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/../Include/Common.h:99:
.../registry/src/github.com-1ecc6299db9ec823/glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/PoolAlloc.h:314:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
.../registry/src/github.com-1ecc6299db9ec823/glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

And had to replace the apparently now deprecated glsl-to-spirv with shaderc-rs in order to
see the tutorial and thought would be useful for others also.
4 years ago
Ben Hansen bbeacfa923 migrated windowless 4 years ago
Ben Hansen be23faee06 finished gif showcase 4 years ago