mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 23:28:12 +00:00
shader: Initial OpenGL implementation
This commit is contained in:
parent
5ad12292a6
commit
5ca5988c63
38 changed files with 1427 additions and 705 deletions
|
@ -282,7 +282,7 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
|||
VkPhysicalDevice16BitStorageFeaturesKHR bit16_storage{
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES_KHR,
|
||||
.pNext = nullptr,
|
||||
.storageBuffer16BitAccess = false,
|
||||
.storageBuffer16BitAccess = true,
|
||||
.uniformAndStorageBuffer16BitAccess = true,
|
||||
.storagePushConstant16 = false,
|
||||
.storageInputOutput16 = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue