Skip to content

Commit 590f3f4

Browse files
authored
Merge pull request #6155 from nowhereware/sdl3_fix
Implement missing device properties function
2 parents ce71227 + da9b1df commit 590f3f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendor/sdl3/sdl3_gpu.odin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ foreign lib {
824824
GetGPUDriver :: proc(index: c.int) -> cstring ---
825825
GetGPUDeviceDriver :: proc(device: ^GPUDevice) -> cstring ---
826826
GetGPUShaderFormats :: proc(device: ^GPUDevice) -> GPUShaderFormat ---
827+
GetGPUDeviceProperties :: proc(device: ^GPUDevice) -> PropertiesID ---
827828
CreateGPUComputePipeline :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUComputePipelineCreateInfo) -> ^GPUComputePipeline ---
828829
CreateGPUGraphicsPipeline :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUGraphicsPipelineCreateInfo) -> ^GPUGraphicsPipeline ---
829830
CreateGPUSampler :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUSamplerCreateInfo) -> ^GPUSampler ---

0 commit comments

Comments
 (0)