- WGPUInstanceBackendFlags
alias WGPUInstanceBackendFlags = WGPUFlags
Undocumented in source.
- WGPUInstanceFlags
alias WGPUInstanceFlags = WGPUFlags
Undocumented in source.
- WGPULogCallback
alias WGPULogCallback = void function(WGPULogLevel level, const(char)* message, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcComputePassEncoderBeginPipelineStatisticsQuery
alias WGPUProcComputePassEncoderBeginPipelineStatisticsQuery = void function(WGPUComputePassEncoder computePassEncoder, WGPUQuerySet querySet, uint queryIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcComputePassEncoderEndPipelineStatisticsQuery
alias WGPUProcComputePassEncoderEndPipelineStatisticsQuery = void function(WGPUComputePassEncoder computePassEncoder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcDevicePoll
alias WGPUProcDevicePoll = WGPUBool function(WGPUDevice device, WGPUBool wait, const(WGPUWrappedSubmissionIndex)* wrappedSubmissionIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcGenerateReport
alias WGPUProcGenerateReport = void function(WGPUInstance instance, WGPUGlobalReport* report)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcGetVersion
alias WGPUProcGetVersion = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcInstanceEnumerateAdapters
alias WGPUProcInstanceEnumerateAdapters = size_t function(WGPUInstance instance, const(WGPUInstanceEnumerateAdapterOptions)* options, WGPUAdapter* adapters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcQueueSubmitForIndex
alias WGPUProcQueueSubmitForIndex = WGPUSubmissionIndex function(WGPUQueue queue, size_t commandCount, const(WGPUCommandBuffer)* commands)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderBeginPipelineStatisticsQuery
alias WGPUProcRenderPassEncoderBeginPipelineStatisticsQuery = void function(WGPURenderPassEncoder renderPassEncoder, WGPUQuerySet querySet, uint queryIndex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderEndPipelineStatisticsQuery
alias WGPUProcRenderPassEncoderEndPipelineStatisticsQuery = void function(WGPURenderPassEncoder renderPassEncoder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderMultiDrawIndexedIndirect
alias WGPUProcRenderPassEncoderMultiDrawIndexedIndirect = void function(WGPURenderPassEncoder encoder, WGPUBuffer buffer, ulong offset, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderMultiDrawIndexedIndirectCount
alias WGPUProcRenderPassEncoderMultiDrawIndexedIndirectCount = void function(WGPURenderPassEncoder encoder, WGPUBuffer buffer, ulong offset, WGPUBuffer count_buffer, ulong count_buffer_offset, uint max_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderMultiDrawIndirect
alias WGPUProcRenderPassEncoderMultiDrawIndirect = void function(WGPURenderPassEncoder encoder, WGPUBuffer buffer, ulong offset, uint count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderMultiDrawIndirectCount
alias WGPUProcRenderPassEncoderMultiDrawIndirectCount = void function(WGPURenderPassEncoder encoder, WGPUBuffer buffer, ulong offset, WGPUBuffer count_buffer, ulong count_buffer_offset, uint max_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcRenderPassEncoderSetPushConstants
alias WGPUProcRenderPassEncoderSetPushConstants = void function(WGPURenderPassEncoder encoder, WGPUShaderStageFlags stages, uint offset, uint sizeBytes, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcSetLogCallback
alias WGPUProcSetLogCallback = void function(WGPULogCallback callback, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUProcSetLogLevel
alias WGPUProcSetLogLevel = void function(WGPULogLevel level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WGPUSubmissionIndex
alias WGPUSubmissionIndex = ulong
Undocumented in source.