Implement missing device properties function

This commit is contained in:
nowheredevel
2026-01-22 22:46:08 -05:00
parent ce71227b6b
commit da9b1dfcc6

View File

@@ -824,6 +824,7 @@ foreign lib {
GetGPUDriver :: proc(index: c.int) -> cstring ---
GetGPUDeviceDriver :: proc(device: ^GPUDevice) -> cstring ---
GetGPUShaderFormats :: proc(device: ^GPUDevice) -> GPUShaderFormat ---
GetGPUDeviceProperties :: proc(device: ^GPUDevice) -> PropertiesID ---
CreateGPUComputePipeline :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUComputePipelineCreateInfo) -> ^GPUComputePipeline ---
CreateGPUGraphicsPipeline :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUGraphicsPipelineCreateInfo) -> ^GPUGraphicsPipeline ---
CreateGPUSampler :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUSamplerCreateInfo) -> ^GPUSampler ---