Commit Graph

67 Commits (3066150570bacb72304110547b2229df471886e2)

Author SHA1 Message Date
Ben Hansen e9e325459d using anyhow instead of failure 4 years ago
Ben Hansen 08fa40dccc changed tutorial3 to use build script and migrated doc to 0.6 4 years ago
Cedric Hutchings 36363d73f4
Add an explanation of what entry_point means
... you have no idea how much trouble this caused me
4 years ago
Mark Hildreth bd84d92766 Fixed name of package 4 years ago
Mark Hildreth f61585f85b Some small fixes. 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
artvinn fdb525fa41 Fix some inconsistencies 4 years ago
Ben Hansen baa9e2656a tutorial3 migrated 4 years ago
sotrh 583f982924
Merge pull request #4 from rofrol/patch-2
typos
4 years ago
Roman Frołow ba0a461e8a
it's -> its 5 years ago
Roman Frołow 870a3a44ba
Revert paragraph 5 years ago
Roman Frołow 4f8b143e26
Fix my mistake 5 years ago
Roman Frołow 3e36871773
typos 5 years ago
Ben Hansen da4c268fbc updated winit to 0.20 5 years ago
Ben Hansen df7840a3ca added AutoGithubLink and fixed uniforms challenge 5 years ago
Ben Hansen 348a06ee0f reorganized project, added challenge impls 5 years ago
Ben Hansen a374e581fb put tutorial3 in a folder 5 years ago