Commit Graph

11 Commits

Author SHA1 Message Date
sotrh
dc847b99e2
Merge pull request #83 from rofrol/patch-5
frame data our -> frame data out
2020-08-20 13:02:31 -06:00
sotrh
9779c46b0b
Merge pull request #82 from rofrol/patch-4
break our your -> break out your
2020-08-20 13:00:55 -06:00
Roman Frołow
f066e57d1a
its Pong after all -> it's Pong after all 2020-08-18 17:07:57 +02:00
Roman Frołow
377d6c9489
frame data our -> frame data out 2020-08-18 17:02:55 +02:00
Roman Frołow
1fb960ffb1
break our your -> break out your
Probably this was intended.
2020-08-18 17:01:16 +02:00
Hiroaki Yutani
0b4580ee19 Add a comment about TextureFormat for PNG 2020-08-09 13:02:21 +09:00
Ben Hansen
6e369e99ee Merge branch 'master' into pong 2020-05-28 13:24:15 -06:00
Ben Hansen
c6229a7ca6 finished pong 2020-05-28 13:22:06 -06:00
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.
2020-05-27 00:05:41 +04:30
Ben Hansen
bbeacfa923 migrated windowless 2020-04-25 17:22:26 -06:00
Ben Hansen
be23faee06 finished gif showcase 2020-03-29 19:51:50 -06:00