We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce71227 + da9b1df commit 590f3f4Copy full SHA for 590f3f4
vendor/sdl3/sdl3_gpu.odin
@@ -824,6 +824,7 @@ foreign lib {
824
GetGPUDriver :: proc(index: c.int) -> cstring ---
825
GetGPUDeviceDriver :: proc(device: ^GPUDevice) -> cstring ---
826
GetGPUShaderFormats :: proc(device: ^GPUDevice) -> GPUShaderFormat ---
827
+ GetGPUDeviceProperties :: proc(device: ^GPUDevice) -> PropertiesID ---
828
CreateGPUComputePipeline :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUComputePipelineCreateInfo) -> ^GPUComputePipeline ---
829
CreateGPUGraphicsPipeline :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUGraphicsPipelineCreateInfo) -> ^GPUGraphicsPipeline ---
830
CreateGPUSampler :: proc(device: ^GPUDevice, #by_ptr createinfo: GPUSamplerCreateInfo) -> ^GPUSampler ---
0 commit comments