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 }}
Levalicious
/
VulkanTutorial
Public
forked from
Overv/VulkanTutorial
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
VulkanTutorial
code
23_texture_image.cpp
on
master
User selector
All users
All time
Commit history
Commits on Apr 20, 2020
Fix syntax error
Overv
committed
8ce6698
View commit details
Copy full SHA for 8ce6698
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Change code to use value initialization
Overv
committed
1d6b5b0
View commit details
Copy full SHA for 1d6b5b0
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Code: Use uint32_t for WIDTH and HEIGHT to prevent narrowing conversion
Show description for 2171557
akien-mga
committed
2171557
View commit details
Copy full SHA for 2171557
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
Remove pointless access mask bit (fixes #168)
Overv
committed
c2b850a
View commit details
Copy full SHA for c2b850a
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Fix tutorial mixing up linear and SRGB colors (fixes #163)
Overv
committed
6f1882c
View commit details
Copy full SHA for 6f1882c
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Fix possible freeze in recreateSwapChain
Overv
committed
2c551bf
View commit details
Copy full SHA for 2c551bf
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
Fix frames in flight synchronization edge case
Overv
committed
a9a88be
View commit details
Copy full SHA for a9a88be
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Fix broken patch of queueCount
Overv
committed
9f66dd1
View commit details
Copy full SHA for 9f66dd1
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
Remove redundant queueCount checks
Overv
committed
ceb4199
View commit details
Copy full SHA for ceb4199
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Drop numeric_limits in favour of limits in stdint.h
Overv
committed
f2b4a1c
View commit details
Copy full SHA for f2b4a1c
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
Remove SIMULTANEOUS_USE flag from draw command buffers as this is not relevant
Overv
committed
c70c364
View commit details
Copy full SHA for c70c364
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
Remove outdated section about driver support for VK_PRESENT_MODE_FIFO_KHR
Overv
committed
e0d36fe
View commit details
Copy full SHA for e0d36fe
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Remove handling of VK_FORMAT_UNDEFINED (fixes #135)
Overv
committed
395248c
View commit details
Copy full SHA for 395248c
View code at this point
Browse repository at this point
Commits on May 13, 2019
Add debug utils messenger for vkCreateInstance and vkDestroyInstance
Overv
committed
e1956ad
View commit details
Copy full SHA for e1956ad
View code at this point
Browse repository at this point
Commits on Apr 28, 2019
Update the code to reference the new VK_LAYER_KHRONOS_validation validation layer
Overv
committed
6084dae
View commit details
Copy full SHA for 6084dae
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Fix descriptor pool not being recreated after swap chain recreation
Overv
committed
f89781a
View commit details
Copy full SHA for f89781a
View code at this point
Browse repository at this point
Commits on Mar 17, 2019
Fix chooseSwapPresentMode not passing by const reference
Overv
committed
b1b1fed
View commit details
Copy full SHA for b1b1fed
View code at this point
Browse repository at this point
Commits on Jan 13, 2019
Fix debug messenger being stored in confusingly named callback variable
Overv
committed
5345b4e
View commit details
Copy full SHA for 5345b4e
View code at this point
Browse repository at this point
Commits on Jan 7, 2019
Add explanation of uniform buffer alignment requirements
Overv
committed
a5737b6
View commit details
Copy full SHA for a5737b6
View code at this point
Browse repository at this point
Commits on Sep 15, 2018
Fix code style inconcistency in vkAllocateDescriptorSets
Overv
committed
c8e70bb
View commit details
Copy full SHA for c8e70bb
View code at this point
Browse repository at this point
Change QueueFamilyIndices to be more correct
Show description for 42f2ab5
Overv
committed
42f2ab5
View commit details
Copy full SHA for 42f2ab5
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Update tutorial to use VK_EXT_debug_utils (fixes #102)
Overv
committed
b6fbbf9
View commit details
Copy full SHA for b6fbbf9
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Fix vkResetFences also being called when swap chain is out-of-date
Overv
committed
c85a9c1
View commit details
Copy full SHA for c85a9c1
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Fix wrong pool sizes for per frame descriptor sets
Overv
committed
f3a70ab
View commit details
Copy full SHA for f3a70ab
View code at this point
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
View code at this point
Browse repository at this point
Update uniform buffer creation to have one per swap chain image
Overv
committed
db4c629
View commit details
Copy full SHA for db4c629
View code at this point
Browse repository at this point
Add window minimization handling to swap chain recreation chapter
Overv
committed
66a8f3a
View commit details
Copy full SHA for 66a8f3a
View code at this point
Browse repository at this point
Commits on Jun 17, 2018
Replace glfwGetWindowSize with glfwGetFramebufferSize and add back missing chooseSwapExtent text
Overv
committed
73f377a
View commit details
Copy full SHA for 73f377a
View code at this point
Browse repository at this point
Commits on May 21, 2018
Fix code formatting inconsistencies
Overv
committed
00acbe0
View commit details
Copy full SHA for 00acbe0
View code at this point
Browse repository at this point
Add proper synchronization of in-flight frames
Overv
committed
6faaded
View commit details
Copy full SHA for 6faaded
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Remove explicit handling of resize now that drivers properly report VK_ERROR_OUT_OF_DATE_KHR
Overv
committed
78b61f0
View commit details
Copy full SHA for 78b61f0
View code at this point
Browse repository at this point
Commits on Apr 21, 2018
Add checking of vkBeginCommandBuffer result
Overv
committed
f569369
View commit details
Copy full SHA for f569369
View code at this point
Browse repository at this point
Commits on Apr 8, 2018
Make vkQueueWaitIdle call conditional on enabling of validation layers
Overv
committed
fc845a3
View commit details
Copy full SHA for fc845a3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.