Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
feyleth
/
VulkanTutorial
Public
forked from
Overv/VulkanTutorial
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Aug 1, 2018
Added a paragraph on sample shading.
kondrak
committed
bc98dee
View commit details
Copy full SHA for bc98dee
Browse repository at this point
A multisample resolve attachment for depth is completely redundant.
kondrak
committed
7ac80e4
View commit details
Copy full SHA for 7ac80e4
Browse repository at this point
Updated wording in multisampling chapter.
kondrak
committed
b46f585
View commit details
Copy full SHA for b46f585
Browse repository at this point
Commits on Jul 30, 2018
Added small clarification.
kondrak
committed
a7e3b67
View commit details
Copy full SHA for a7e3b67
Browse repository at this point
Use multiple depth buffers for MSAA.
kondrak
committed
7aebb06
View commit details
Copy full SHA for 7aebb06
Browse repository at this point
Elaborate a bit more on why we need resolve attachments.
kondrak
committed
47ac9f5
View commit details
Copy full SHA for 47ac9f5
Browse repository at this point
Make it a bit more explicit what default value for msaaSamples means.
kondrak
committed
3c8bf0e
View commit details
Copy full SHA for 3c8bf0e
Browse repository at this point
Commits on Jul 29, 2018
Fixed typos and wording.
kondrak
committed
ad46cd8
View commit details
Copy full SHA for ad46cd8
Browse repository at this point
Commits on Jul 24, 2018
Added a multisampling visualization.
kondrak
committed
65098bf
View commit details
Copy full SHA for 65098bf
Browse repository at this point
Commits on Jul 23, 2018
Updated references to multisampling in other chapters.
kondrak
committed
9fcff72
View commit details
Copy full SHA for 9fcff72
Browse repository at this point
Updated introduction section in multisampling chapter.
kondrak
committed
f52eb30
View commit details
Copy full SHA for f52eb30
Browse repository at this point
Commits on Jul 21, 2018
Updated wording.
kondrak
committed
ad25440
View commit details
Copy full SHA for ad25440
Browse repository at this point
Updated multisampling chapter.
kondrak
committed
ff53c32
View commit details
Copy full SHA for ff53c32
Browse repository at this point
Commits on Jul 20, 2018
Added new multisampling image.
kondrak
committed
9186ffc
View commit details
Copy full SHA for 9186ffc
Browse repository at this point
First draft of multisampling chapter with new images.
kondrak
committed
1344c58
View commit details
Copy full SHA for 1344c58
Browse repository at this point
Fixed validation errors.
kondrak
committed
7e4d7b9
View commit details
Copy full SHA for 7e4d7b9
Browse repository at this point
Implemented multisampling in example code.
kondrak
committed
ec4ba56
View commit details
Copy full SHA for ec4ba56
Browse repository at this point
Commits on Jul 19, 2018
Fixed file permissions.
kondrak
committed
3adf3d5
View commit details
Copy full SHA for 3adf3d5
Browse repository at this point
Fetch maximum available sample count for the device.
kondrak
committed
b40eb39
View commit details
Copy full SHA for b40eb39
Browse repository at this point
Added initial Markdown for multisampling chapter.
kondrak
committed
af99e2c
View commit details
Copy full SHA for af99e2c
Browse repository at this point
Added multisampling source code.
kondrak
committed
a600eca
View commit details
Copy full SHA for a600eca
Browse repository at this point
Commits on Jul 17, 2018
Fix typo
Overv
committed
94db00e
View commit details
Copy full SHA for 94db00e
Browse repository at this point
Commits on Jul 16, 2018
Add FAQ entry about SteamOverlayVulkanLayer64.dll crash
Overv
committed
c1e0c30
View commit details
Copy full SHA for c1e0c30
Browse repository at this point
Update ebook
Overv
committed
adb63b5
View commit details
Copy full SHA for adb63b5
Browse repository at this point
Fix vkResetFences also being called when swap chain is out-of-date
Overv
committed
c85a9c1
View commit details
Copy full SHA for c85a9c1
Browse repository at this point
Commits on Jul 11, 2018
Update exception handling in code files
Overv
committed
3bc9c7c
View commit details
Copy full SHA for 3bc9c7c
Browse repository at this point
Reword sentence on std::exception use a bit
Overv
authored
ff736b0
View commit details
Copy full SHA for ff736b0
Browse repository at this point
Update 00_Base_code.md
Show description for e1aa832
mrtrizer
authored
e1aa832
View commit details
Copy full SHA for e1aa832
Browse repository at this point
Commits on Jul 10, 2018
Catch std::exception& instead of std::runtime_error&
Show description for 1ad79d3
mrtrizer
authored
1ad79d3
View commit details
Copy full SHA for 1ad79d3
Browse repository at this point
Commits on Jul 9, 2018
Update ebooks and fix code overflowing in PDF (fixes #96)
Overv
committed
745ed4a
View commit details
Copy full SHA for 745ed4a
Browse repository at this point
Commits on Jul 5, 2018
Add explicit window resize handling for platforms that don't trigger VK_ERROR_OUT_OF_DATE_KHR
Overv
committed
6a47055
View commit details
Copy full SHA for 6a47055
Browse repository at this point
Commits on Jul 3, 2018
Mention notification of tutorial updates in introduction
Overv
committed
e3cbfa4
View commit details
Copy full SHA for e3cbfa4
Browse repository at this point
Add mention that VK_PIPELINE_STAGE_TRANSFER_BIT is a pseudo-stage
Overv
committed
f24bc13
View commit details
Copy full SHA for f24bc13
Browse repository at this point
Fix wrong pool sizes for per frame descriptor sets
Overv
committed
f3a70ab
View commit details
Copy full SHA for f3a70ab
Browse repository at this point
Commits on Jul 2, 2018
Update descriptor set creation to have one per swap chain image
Overv
committed
07e767e
View commit details
Copy full SHA for 07e767e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.