|
VTK
9.7.20260913
|
#include <vtkWebGPUProcDispatch.h>
The implementation's entry points, resolved at runtime.
VTK does not link an implementation, so the wgpu* names it calls are not bound at link time. This table holds the pointers the proc table resolved, and the macros below redirect every call to it. The build forces this header into the module's own sources only, so nothing leaks into installed headers or into what consumers compile.
Emscripten links the implementation into the module, so the macros are not defined there and the calls bind normally.
Definition at line 43 of file vtkWebGPUProcDispatch.h.
Public Attributes | |
| WGPUProcCreateInstance | CreateInstance = nullptr |
| WGPUProcGetInstanceFeatures | GetInstanceFeatures = nullptr |
| WGPUProcGetInstanceLimits | GetInstanceLimits = nullptr |
| WGPUProcHasInstanceFeature | HasInstanceFeature = nullptr |
| WGPUProcGetProcAddress | GetProcAddress = nullptr |
| WGPUProcAdapterGetFeatures | AdapterGetFeatures = nullptr |
| WGPUProcAdapterGetInfo | AdapterGetInfo = nullptr |
| WGPUProcAdapterGetLimits | AdapterGetLimits = nullptr |
| WGPUProcAdapterHasFeature | AdapterHasFeature = nullptr |
| WGPUProcAdapterRequestDevice | AdapterRequestDevice = nullptr |
| WGPUProcAdapterAddRef | AdapterAddRef = nullptr |
| WGPUProcAdapterRelease | AdapterRelease = nullptr |
| WGPUProcAdapterInfoFreeMembers | AdapterInfoFreeMembers = nullptr |
| WGPUProcBindGroupSetLabel | BindGroupSetLabel = nullptr |
| WGPUProcBindGroupAddRef | BindGroupAddRef = nullptr |
| WGPUProcBindGroupRelease | BindGroupRelease = nullptr |
| WGPUProcBindGroupLayoutSetLabel | BindGroupLayoutSetLabel = nullptr |
| WGPUProcBindGroupLayoutAddRef | BindGroupLayoutAddRef = nullptr |
| WGPUProcBindGroupLayoutRelease | BindGroupLayoutRelease = nullptr |
| WGPUProcBufferDestroy | BufferDestroy = nullptr |
| WGPUProcBufferGetConstMappedRange | BufferGetConstMappedRange = nullptr |
| WGPUProcBufferGetMappedRange | BufferGetMappedRange = nullptr |
| WGPUProcBufferGetMapState | BufferGetMapState = nullptr |
| WGPUProcBufferGetSize | BufferGetSize = nullptr |
| WGPUProcBufferGetUsage | BufferGetUsage = nullptr |
| WGPUProcBufferMapAsync | BufferMapAsync = nullptr |
| WGPUProcBufferReadMappedRange | BufferReadMappedRange = nullptr |
| WGPUProcBufferSetLabel | BufferSetLabel = nullptr |
| WGPUProcBufferUnmap | BufferUnmap = nullptr |
| WGPUProcBufferWriteMappedRange | BufferWriteMappedRange = nullptr |
| WGPUProcBufferAddRef | BufferAddRef = nullptr |
| WGPUProcBufferRelease | BufferRelease = nullptr |
| WGPUProcCommandBufferSetLabel | CommandBufferSetLabel = nullptr |
| WGPUProcCommandBufferAddRef | CommandBufferAddRef = nullptr |
| WGPUProcCommandBufferRelease | CommandBufferRelease = nullptr |
| WGPUProcCommandEncoderBeginComputePass | CommandEncoderBeginComputePass = nullptr |
| WGPUProcCommandEncoderBeginRenderPass | CommandEncoderBeginRenderPass = nullptr |
| WGPUProcCommandEncoderClearBuffer | CommandEncoderClearBuffer = nullptr |
| WGPUProcCommandEncoderCopyBufferToBuffer | CommandEncoderCopyBufferToBuffer = nullptr |
| WGPUProcCommandEncoderCopyBufferToTexture | CommandEncoderCopyBufferToTexture = nullptr |
| WGPUProcCommandEncoderCopyTextureToBuffer | CommandEncoderCopyTextureToBuffer = nullptr |
| WGPUProcCommandEncoderCopyTextureToTexture | CommandEncoderCopyTextureToTexture = nullptr |
| WGPUProcCommandEncoderFinish | CommandEncoderFinish = nullptr |
| WGPUProcCommandEncoderInsertDebugMarker | CommandEncoderInsertDebugMarker = nullptr |
| WGPUProcCommandEncoderPopDebugGroup | CommandEncoderPopDebugGroup = nullptr |
| WGPUProcCommandEncoderPushDebugGroup | CommandEncoderPushDebugGroup = nullptr |
| WGPUProcCommandEncoderResolveQuerySet | CommandEncoderResolveQuerySet = nullptr |
| WGPUProcCommandEncoderSetLabel | CommandEncoderSetLabel = nullptr |
| WGPUProcCommandEncoderWriteTimestamp | CommandEncoderWriteTimestamp = nullptr |
| WGPUProcCommandEncoderAddRef | CommandEncoderAddRef = nullptr |
| WGPUProcCommandEncoderRelease | CommandEncoderRelease = nullptr |
| WGPUProcComputePassEncoderDispatchWorkgroups | ComputePassEncoderDispatchWorkgroups = nullptr |
| WGPUProcComputePassEncoderDispatchWorkgroupsIndirect | ComputePassEncoderDispatchWorkgroupsIndirect = nullptr |
| WGPUProcComputePassEncoderEnd | ComputePassEncoderEnd = nullptr |
| WGPUProcComputePassEncoderInsertDebugMarker | ComputePassEncoderInsertDebugMarker = nullptr |
| WGPUProcComputePassEncoderPopDebugGroup | ComputePassEncoderPopDebugGroup = nullptr |
| WGPUProcComputePassEncoderPushDebugGroup | ComputePassEncoderPushDebugGroup = nullptr |
| WGPUProcComputePassEncoderSetBindGroup | ComputePassEncoderSetBindGroup = nullptr |
| WGPUProcComputePassEncoderSetImmediates | ComputePassEncoderSetImmediates = nullptr |
| WGPUProcComputePassEncoderSetLabel | ComputePassEncoderSetLabel = nullptr |
| WGPUProcComputePassEncoderSetPipeline | ComputePassEncoderSetPipeline = nullptr |
| WGPUProcComputePassEncoderAddRef | ComputePassEncoderAddRef = nullptr |
| WGPUProcComputePassEncoderRelease | ComputePassEncoderRelease = nullptr |
| WGPUProcComputePipelineGetBindGroupLayout | ComputePipelineGetBindGroupLayout = nullptr |
| WGPUProcComputePipelineSetLabel | ComputePipelineSetLabel = nullptr |
| WGPUProcComputePipelineAddRef | ComputePipelineAddRef = nullptr |
| WGPUProcComputePipelineRelease | ComputePipelineRelease = nullptr |
| WGPUProcDeviceCreateBindGroup | DeviceCreateBindGroup = nullptr |
| WGPUProcDeviceCreateBindGroupLayout | DeviceCreateBindGroupLayout = nullptr |
| WGPUProcDeviceCreateBuffer | DeviceCreateBuffer = nullptr |
| WGPUProcDeviceCreateCommandEncoder | DeviceCreateCommandEncoder = nullptr |
| WGPUProcDeviceCreateComputePipeline | DeviceCreateComputePipeline = nullptr |
| WGPUProcDeviceCreateComputePipelineAsync | DeviceCreateComputePipelineAsync = nullptr |
| WGPUProcDeviceCreatePipelineLayout | DeviceCreatePipelineLayout = nullptr |
| WGPUProcDeviceCreateQuerySet | DeviceCreateQuerySet = nullptr |
| WGPUProcDeviceCreateRenderBundleEncoder | DeviceCreateRenderBundleEncoder = nullptr |
| WGPUProcDeviceCreateRenderPipeline | DeviceCreateRenderPipeline = nullptr |
| WGPUProcDeviceCreateRenderPipelineAsync | DeviceCreateRenderPipelineAsync = nullptr |
| WGPUProcDeviceCreateSampler | DeviceCreateSampler = nullptr |
| WGPUProcDeviceCreateShaderModule | DeviceCreateShaderModule = nullptr |
| WGPUProcDeviceCreateTexture | DeviceCreateTexture = nullptr |
| WGPUProcDeviceDestroy | DeviceDestroy = nullptr |
| WGPUProcDeviceGetAdapterInfo | DeviceGetAdapterInfo = nullptr |
| WGPUProcDeviceGetFeatures | DeviceGetFeatures = nullptr |
| WGPUProcDeviceGetLimits | DeviceGetLimits = nullptr |
| WGPUProcDeviceGetLostFuture | DeviceGetLostFuture = nullptr |
| WGPUProcDeviceGetQueue | DeviceGetQueue = nullptr |
| WGPUProcDeviceHasFeature | DeviceHasFeature = nullptr |
| WGPUProcDevicePopErrorScope | DevicePopErrorScope = nullptr |
| WGPUProcDevicePushErrorScope | DevicePushErrorScope = nullptr |
| WGPUProcDeviceSetLabel | DeviceSetLabel = nullptr |
| WGPUProcDeviceAddRef | DeviceAddRef = nullptr |
| WGPUProcDeviceRelease | DeviceRelease = nullptr |
| WGPUProcExternalTextureSetLabel | ExternalTextureSetLabel = nullptr |
| WGPUProcExternalTextureAddRef | ExternalTextureAddRef = nullptr |
| WGPUProcExternalTextureRelease | ExternalTextureRelease = nullptr |
| WGPUProcInstanceCreateSurface | InstanceCreateSurface = nullptr |
| WGPUProcInstanceGetWGSLLanguageFeatures | InstanceGetWGSLLanguageFeatures = nullptr |
| WGPUProcInstanceHasWGSLLanguageFeature | InstanceHasWGSLLanguageFeature = nullptr |
| WGPUProcInstanceProcessEvents | InstanceProcessEvents = nullptr |
| WGPUProcInstanceRequestAdapter | InstanceRequestAdapter = nullptr |
| WGPUProcInstanceWaitAny | InstanceWaitAny = nullptr |
| WGPUProcInstanceAddRef | InstanceAddRef = nullptr |
| WGPUProcInstanceRelease | InstanceRelease = nullptr |
| WGPUProcPipelineLayoutSetLabel | PipelineLayoutSetLabel = nullptr |
| WGPUProcPipelineLayoutAddRef | PipelineLayoutAddRef = nullptr |
| WGPUProcPipelineLayoutRelease | PipelineLayoutRelease = nullptr |
| WGPUProcQuerySetDestroy | QuerySetDestroy = nullptr |
| WGPUProcQuerySetGetCount | QuerySetGetCount = nullptr |
| WGPUProcQuerySetGetType | QuerySetGetType = nullptr |
| WGPUProcQuerySetSetLabel | QuerySetSetLabel = nullptr |
| WGPUProcQuerySetAddRef | QuerySetAddRef = nullptr |
| WGPUProcQuerySetRelease | QuerySetRelease = nullptr |
| WGPUProcQueueOnSubmittedWorkDone | QueueOnSubmittedWorkDone = nullptr |
| WGPUProcQueueSetLabel | QueueSetLabel = nullptr |
| WGPUProcQueueSubmit | QueueSubmit = nullptr |
| WGPUProcQueueWriteBuffer | QueueWriteBuffer = nullptr |
| WGPUProcQueueWriteTexture | QueueWriteTexture = nullptr |
| WGPUProcQueueAddRef | QueueAddRef = nullptr |
| WGPUProcQueueRelease | QueueRelease = nullptr |
| WGPUProcRenderBundleSetLabel | RenderBundleSetLabel = nullptr |
| WGPUProcRenderBundleAddRef | RenderBundleAddRef = nullptr |
| WGPUProcRenderBundleRelease | RenderBundleRelease = nullptr |
| WGPUProcRenderBundleEncoderDraw | RenderBundleEncoderDraw = nullptr |
| WGPUProcRenderBundleEncoderDrawIndexed | RenderBundleEncoderDrawIndexed = nullptr |
| WGPUProcRenderBundleEncoderDrawIndexedIndirect | RenderBundleEncoderDrawIndexedIndirect = nullptr |
| WGPUProcRenderBundleEncoderDrawIndirect | RenderBundleEncoderDrawIndirect = nullptr |
| WGPUProcRenderBundleEncoderFinish | RenderBundleEncoderFinish = nullptr |
| WGPUProcRenderBundleEncoderInsertDebugMarker | RenderBundleEncoderInsertDebugMarker = nullptr |
| WGPUProcRenderBundleEncoderPopDebugGroup | RenderBundleEncoderPopDebugGroup = nullptr |
| WGPUProcRenderBundleEncoderPushDebugGroup | RenderBundleEncoderPushDebugGroup = nullptr |
| WGPUProcRenderBundleEncoderSetBindGroup | RenderBundleEncoderSetBindGroup = nullptr |
| WGPUProcRenderBundleEncoderSetImmediates | RenderBundleEncoderSetImmediates = nullptr |
| WGPUProcRenderBundleEncoderSetIndexBuffer | RenderBundleEncoderSetIndexBuffer = nullptr |
| WGPUProcRenderBundleEncoderSetLabel | RenderBundleEncoderSetLabel = nullptr |
| WGPUProcRenderBundleEncoderSetPipeline | RenderBundleEncoderSetPipeline = nullptr |
| WGPUProcRenderBundleEncoderSetVertexBuffer | RenderBundleEncoderSetVertexBuffer = nullptr |
| WGPUProcRenderBundleEncoderAddRef | RenderBundleEncoderAddRef = nullptr |
| WGPUProcRenderBundleEncoderRelease | RenderBundleEncoderRelease = nullptr |
| WGPUProcRenderPassEncoderBeginOcclusionQuery | RenderPassEncoderBeginOcclusionQuery = nullptr |
| WGPUProcRenderPassEncoderDraw | RenderPassEncoderDraw = nullptr |
| WGPUProcRenderPassEncoderDrawIndexed | RenderPassEncoderDrawIndexed = nullptr |
| WGPUProcRenderPassEncoderDrawIndexedIndirect | RenderPassEncoderDrawIndexedIndirect = nullptr |
| WGPUProcRenderPassEncoderDrawIndirect | RenderPassEncoderDrawIndirect = nullptr |
| WGPUProcRenderPassEncoderEnd | RenderPassEncoderEnd = nullptr |
| WGPUProcRenderPassEncoderEndOcclusionQuery | RenderPassEncoderEndOcclusionQuery = nullptr |
| WGPUProcRenderPassEncoderExecuteBundles | RenderPassEncoderExecuteBundles = nullptr |
| WGPUProcRenderPassEncoderInsertDebugMarker | RenderPassEncoderInsertDebugMarker = nullptr |
| WGPUProcRenderPassEncoderPopDebugGroup | RenderPassEncoderPopDebugGroup = nullptr |
| WGPUProcRenderPassEncoderPushDebugGroup | RenderPassEncoderPushDebugGroup = nullptr |
| WGPUProcRenderPassEncoderSetBindGroup | RenderPassEncoderSetBindGroup = nullptr |
| WGPUProcRenderPassEncoderSetBlendConstant | RenderPassEncoderSetBlendConstant = nullptr |
| WGPUProcRenderPassEncoderSetImmediates | RenderPassEncoderSetImmediates = nullptr |
| WGPUProcRenderPassEncoderSetIndexBuffer | RenderPassEncoderSetIndexBuffer = nullptr |
| WGPUProcRenderPassEncoderSetLabel | RenderPassEncoderSetLabel = nullptr |
| WGPUProcRenderPassEncoderSetPipeline | RenderPassEncoderSetPipeline = nullptr |
| WGPUProcRenderPassEncoderSetScissorRect | RenderPassEncoderSetScissorRect = nullptr |
| WGPUProcRenderPassEncoderSetStencilReference | RenderPassEncoderSetStencilReference = nullptr |
| WGPUProcRenderPassEncoderSetVertexBuffer | RenderPassEncoderSetVertexBuffer = nullptr |
| WGPUProcRenderPassEncoderSetViewport | RenderPassEncoderSetViewport = nullptr |
| WGPUProcRenderPassEncoderAddRef | RenderPassEncoderAddRef = nullptr |
| WGPUProcRenderPassEncoderRelease | RenderPassEncoderRelease = nullptr |
| WGPUProcRenderPipelineGetBindGroupLayout | RenderPipelineGetBindGroupLayout = nullptr |
| WGPUProcRenderPipelineSetLabel | RenderPipelineSetLabel = nullptr |
| WGPUProcRenderPipelineAddRef | RenderPipelineAddRef = nullptr |
| WGPUProcRenderPipelineRelease | RenderPipelineRelease = nullptr |
| WGPUProcSamplerSetLabel | SamplerSetLabel = nullptr |
| WGPUProcSamplerAddRef | SamplerAddRef = nullptr |
| WGPUProcSamplerRelease | SamplerRelease = nullptr |
| WGPUProcShaderModuleGetCompilationInfo | ShaderModuleGetCompilationInfo = nullptr |
| WGPUProcShaderModuleSetLabel | ShaderModuleSetLabel = nullptr |
| WGPUProcShaderModuleAddRef | ShaderModuleAddRef = nullptr |
| WGPUProcShaderModuleRelease | ShaderModuleRelease = nullptr |
| WGPUProcSupportedFeaturesFreeMembers | SupportedFeaturesFreeMembers = nullptr |
| WGPUProcSupportedInstanceFeaturesFreeMembers | SupportedInstanceFeaturesFreeMembers = nullptr |
| WGPUProcSupportedWGSLLanguageFeaturesFreeMembers | SupportedWGSLLanguageFeaturesFreeMembers |
| WGPUProcSurfaceConfigure | SurfaceConfigure = nullptr |
| WGPUProcSurfaceGetCapabilities | SurfaceGetCapabilities = nullptr |
| WGPUProcSurfaceGetCurrentTexture | SurfaceGetCurrentTexture = nullptr |
| WGPUProcSurfacePresent | SurfacePresent = nullptr |
| WGPUProcSurfaceSetLabel | SurfaceSetLabel = nullptr |
| WGPUProcSurfaceUnconfigure | SurfaceUnconfigure = nullptr |
| WGPUProcSurfaceAddRef | SurfaceAddRef = nullptr |
| WGPUProcSurfaceRelease | SurfaceRelease = nullptr |
| WGPUProcSurfaceCapabilitiesFreeMembers | SurfaceCapabilitiesFreeMembers = nullptr |
| WGPUProcTextureCreateView | TextureCreateView = nullptr |
| WGPUProcTextureDestroy | TextureDestroy = nullptr |
| WGPUProcTextureGetDepthOrArrayLayers | TextureGetDepthOrArrayLayers = nullptr |
| WGPUProcTextureGetDimension | TextureGetDimension = nullptr |
| WGPUProcTextureGetFormat | TextureGetFormat = nullptr |
| WGPUProcTextureGetHeight | TextureGetHeight = nullptr |
| WGPUProcTextureGetMipLevelCount | TextureGetMipLevelCount = nullptr |
| WGPUProcTextureGetSampleCount | TextureGetSampleCount = nullptr |
| WGPUProcTextureGetTextureBindingViewDimension | TextureGetTextureBindingViewDimension = nullptr |
| WGPUProcTextureGetUsage | TextureGetUsage = nullptr |
| WGPUProcTextureGetWidth | TextureGetWidth = nullptr |
| WGPUProcTextureSetLabel | TextureSetLabel = nullptr |
| WGPUProcTextureAddRef | TextureAddRef = nullptr |
| WGPUProcTextureRelease | TextureRelease = nullptr |
| WGPUProcTextureViewSetLabel | TextureViewSetLabel = nullptr |
| WGPUProcTextureViewAddRef | TextureViewAddRef = nullptr |
| WGPUProcTextureViewRelease | TextureViewRelease = nullptr |
| WGPUProcCreateInstance vtkWebGPUProcDispatch::CreateInstance = nullptr |
Definition at line 45 of file vtkWebGPUProcDispatch.h.
| WGPUProcGetInstanceFeatures vtkWebGPUProcDispatch::GetInstanceFeatures = nullptr |
Definition at line 46 of file vtkWebGPUProcDispatch.h.
| WGPUProcGetInstanceLimits vtkWebGPUProcDispatch::GetInstanceLimits = nullptr |
Definition at line 47 of file vtkWebGPUProcDispatch.h.
| WGPUProcHasInstanceFeature vtkWebGPUProcDispatch::HasInstanceFeature = nullptr |
Definition at line 48 of file vtkWebGPUProcDispatch.h.
| WGPUProcGetProcAddress vtkWebGPUProcDispatch::GetProcAddress = nullptr |
Definition at line 49 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterGetFeatures vtkWebGPUProcDispatch::AdapterGetFeatures = nullptr |
Definition at line 50 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterGetInfo vtkWebGPUProcDispatch::AdapterGetInfo = nullptr |
Definition at line 51 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterGetLimits vtkWebGPUProcDispatch::AdapterGetLimits = nullptr |
Definition at line 52 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterHasFeature vtkWebGPUProcDispatch::AdapterHasFeature = nullptr |
Definition at line 53 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterRequestDevice vtkWebGPUProcDispatch::AdapterRequestDevice = nullptr |
Definition at line 54 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterAddRef vtkWebGPUProcDispatch::AdapterAddRef = nullptr |
Definition at line 55 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterRelease vtkWebGPUProcDispatch::AdapterRelease = nullptr |
Definition at line 56 of file vtkWebGPUProcDispatch.h.
| WGPUProcAdapterInfoFreeMembers vtkWebGPUProcDispatch::AdapterInfoFreeMembers = nullptr |
Definition at line 57 of file vtkWebGPUProcDispatch.h.
| WGPUProcBindGroupSetLabel vtkWebGPUProcDispatch::BindGroupSetLabel = nullptr |
Definition at line 58 of file vtkWebGPUProcDispatch.h.
| WGPUProcBindGroupAddRef vtkWebGPUProcDispatch::BindGroupAddRef = nullptr |
Definition at line 59 of file vtkWebGPUProcDispatch.h.
| WGPUProcBindGroupRelease vtkWebGPUProcDispatch::BindGroupRelease = nullptr |
Definition at line 60 of file vtkWebGPUProcDispatch.h.
| WGPUProcBindGroupLayoutSetLabel vtkWebGPUProcDispatch::BindGroupLayoutSetLabel = nullptr |
Definition at line 61 of file vtkWebGPUProcDispatch.h.
| WGPUProcBindGroupLayoutAddRef vtkWebGPUProcDispatch::BindGroupLayoutAddRef = nullptr |
Definition at line 62 of file vtkWebGPUProcDispatch.h.
| WGPUProcBindGroupLayoutRelease vtkWebGPUProcDispatch::BindGroupLayoutRelease = nullptr |
Definition at line 63 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferDestroy vtkWebGPUProcDispatch::BufferDestroy = nullptr |
Definition at line 64 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferGetConstMappedRange vtkWebGPUProcDispatch::BufferGetConstMappedRange = nullptr |
Definition at line 65 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferGetMappedRange vtkWebGPUProcDispatch::BufferGetMappedRange = nullptr |
Definition at line 66 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferGetMapState vtkWebGPUProcDispatch::BufferGetMapState = nullptr |
Definition at line 67 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferGetSize vtkWebGPUProcDispatch::BufferGetSize = nullptr |
Definition at line 68 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferGetUsage vtkWebGPUProcDispatch::BufferGetUsage = nullptr |
Definition at line 69 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferMapAsync vtkWebGPUProcDispatch::BufferMapAsync = nullptr |
Definition at line 70 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferReadMappedRange vtkWebGPUProcDispatch::BufferReadMappedRange = nullptr |
Definition at line 71 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferSetLabel vtkWebGPUProcDispatch::BufferSetLabel = nullptr |
Definition at line 72 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferUnmap vtkWebGPUProcDispatch::BufferUnmap = nullptr |
Definition at line 73 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferWriteMappedRange vtkWebGPUProcDispatch::BufferWriteMappedRange = nullptr |
Definition at line 74 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferAddRef vtkWebGPUProcDispatch::BufferAddRef = nullptr |
Definition at line 75 of file vtkWebGPUProcDispatch.h.
| WGPUProcBufferRelease vtkWebGPUProcDispatch::BufferRelease = nullptr |
Definition at line 76 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandBufferSetLabel vtkWebGPUProcDispatch::CommandBufferSetLabel = nullptr |
Definition at line 77 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandBufferAddRef vtkWebGPUProcDispatch::CommandBufferAddRef = nullptr |
Definition at line 78 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandBufferRelease vtkWebGPUProcDispatch::CommandBufferRelease = nullptr |
Definition at line 79 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderBeginComputePass vtkWebGPUProcDispatch::CommandEncoderBeginComputePass = nullptr |
Definition at line 80 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderBeginRenderPass vtkWebGPUProcDispatch::CommandEncoderBeginRenderPass = nullptr |
Definition at line 81 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderClearBuffer vtkWebGPUProcDispatch::CommandEncoderClearBuffer = nullptr |
Definition at line 82 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderCopyBufferToBuffer vtkWebGPUProcDispatch::CommandEncoderCopyBufferToBuffer = nullptr |
Definition at line 83 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderCopyBufferToTexture vtkWebGPUProcDispatch::CommandEncoderCopyBufferToTexture = nullptr |
Definition at line 84 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderCopyTextureToBuffer vtkWebGPUProcDispatch::CommandEncoderCopyTextureToBuffer = nullptr |
Definition at line 85 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderCopyTextureToTexture vtkWebGPUProcDispatch::CommandEncoderCopyTextureToTexture = nullptr |
Definition at line 86 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderFinish vtkWebGPUProcDispatch::CommandEncoderFinish = nullptr |
Definition at line 87 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderInsertDebugMarker vtkWebGPUProcDispatch::CommandEncoderInsertDebugMarker = nullptr |
Definition at line 88 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderPopDebugGroup vtkWebGPUProcDispatch::CommandEncoderPopDebugGroup = nullptr |
Definition at line 89 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderPushDebugGroup vtkWebGPUProcDispatch::CommandEncoderPushDebugGroup = nullptr |
Definition at line 90 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderResolveQuerySet vtkWebGPUProcDispatch::CommandEncoderResolveQuerySet = nullptr |
Definition at line 91 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderSetLabel vtkWebGPUProcDispatch::CommandEncoderSetLabel = nullptr |
Definition at line 92 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderWriteTimestamp vtkWebGPUProcDispatch::CommandEncoderWriteTimestamp = nullptr |
Definition at line 93 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderAddRef vtkWebGPUProcDispatch::CommandEncoderAddRef = nullptr |
Definition at line 94 of file vtkWebGPUProcDispatch.h.
| WGPUProcCommandEncoderRelease vtkWebGPUProcDispatch::CommandEncoderRelease = nullptr |
Definition at line 95 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderDispatchWorkgroups vtkWebGPUProcDispatch::ComputePassEncoderDispatchWorkgroups = nullptr |
Definition at line 96 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderDispatchWorkgroupsIndirect vtkWebGPUProcDispatch::ComputePassEncoderDispatchWorkgroupsIndirect = nullptr |
Definition at line 98 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderEnd vtkWebGPUProcDispatch::ComputePassEncoderEnd = nullptr |
Definition at line 99 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderInsertDebugMarker vtkWebGPUProcDispatch::ComputePassEncoderInsertDebugMarker = nullptr |
Definition at line 100 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderPopDebugGroup vtkWebGPUProcDispatch::ComputePassEncoderPopDebugGroup = nullptr |
Definition at line 101 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderPushDebugGroup vtkWebGPUProcDispatch::ComputePassEncoderPushDebugGroup = nullptr |
Definition at line 102 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderSetBindGroup vtkWebGPUProcDispatch::ComputePassEncoderSetBindGroup = nullptr |
Definition at line 103 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderSetImmediates vtkWebGPUProcDispatch::ComputePassEncoderSetImmediates = nullptr |
Definition at line 104 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderSetLabel vtkWebGPUProcDispatch::ComputePassEncoderSetLabel = nullptr |
Definition at line 105 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderSetPipeline vtkWebGPUProcDispatch::ComputePassEncoderSetPipeline = nullptr |
Definition at line 106 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderAddRef vtkWebGPUProcDispatch::ComputePassEncoderAddRef = nullptr |
Definition at line 107 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePassEncoderRelease vtkWebGPUProcDispatch::ComputePassEncoderRelease = nullptr |
Definition at line 108 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePipelineGetBindGroupLayout vtkWebGPUProcDispatch::ComputePipelineGetBindGroupLayout = nullptr |
Definition at line 109 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePipelineSetLabel vtkWebGPUProcDispatch::ComputePipelineSetLabel = nullptr |
Definition at line 110 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePipelineAddRef vtkWebGPUProcDispatch::ComputePipelineAddRef = nullptr |
Definition at line 111 of file vtkWebGPUProcDispatch.h.
| WGPUProcComputePipelineRelease vtkWebGPUProcDispatch::ComputePipelineRelease = nullptr |
Definition at line 112 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateBindGroup vtkWebGPUProcDispatch::DeviceCreateBindGroup = nullptr |
Definition at line 113 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateBindGroupLayout vtkWebGPUProcDispatch::DeviceCreateBindGroupLayout = nullptr |
Definition at line 114 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateBuffer vtkWebGPUProcDispatch::DeviceCreateBuffer = nullptr |
Definition at line 115 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateCommandEncoder vtkWebGPUProcDispatch::DeviceCreateCommandEncoder = nullptr |
Definition at line 116 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateComputePipeline vtkWebGPUProcDispatch::DeviceCreateComputePipeline = nullptr |
Definition at line 117 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateComputePipelineAsync vtkWebGPUProcDispatch::DeviceCreateComputePipelineAsync = nullptr |
Definition at line 118 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreatePipelineLayout vtkWebGPUProcDispatch::DeviceCreatePipelineLayout = nullptr |
Definition at line 119 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateQuerySet vtkWebGPUProcDispatch::DeviceCreateQuerySet = nullptr |
Definition at line 120 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateRenderBundleEncoder vtkWebGPUProcDispatch::DeviceCreateRenderBundleEncoder = nullptr |
Definition at line 121 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateRenderPipeline vtkWebGPUProcDispatch::DeviceCreateRenderPipeline = nullptr |
Definition at line 122 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateRenderPipelineAsync vtkWebGPUProcDispatch::DeviceCreateRenderPipelineAsync = nullptr |
Definition at line 123 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateSampler vtkWebGPUProcDispatch::DeviceCreateSampler = nullptr |
Definition at line 124 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateShaderModule vtkWebGPUProcDispatch::DeviceCreateShaderModule = nullptr |
Definition at line 125 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceCreateTexture vtkWebGPUProcDispatch::DeviceCreateTexture = nullptr |
Definition at line 126 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceDestroy vtkWebGPUProcDispatch::DeviceDestroy = nullptr |
Definition at line 127 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceGetAdapterInfo vtkWebGPUProcDispatch::DeviceGetAdapterInfo = nullptr |
Definition at line 128 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceGetFeatures vtkWebGPUProcDispatch::DeviceGetFeatures = nullptr |
Definition at line 129 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceGetLimits vtkWebGPUProcDispatch::DeviceGetLimits = nullptr |
Definition at line 130 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceGetLostFuture vtkWebGPUProcDispatch::DeviceGetLostFuture = nullptr |
Definition at line 131 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceGetQueue vtkWebGPUProcDispatch::DeviceGetQueue = nullptr |
Definition at line 132 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceHasFeature vtkWebGPUProcDispatch::DeviceHasFeature = nullptr |
Definition at line 133 of file vtkWebGPUProcDispatch.h.
| WGPUProcDevicePopErrorScope vtkWebGPUProcDispatch::DevicePopErrorScope = nullptr |
Definition at line 134 of file vtkWebGPUProcDispatch.h.
| WGPUProcDevicePushErrorScope vtkWebGPUProcDispatch::DevicePushErrorScope = nullptr |
Definition at line 135 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceSetLabel vtkWebGPUProcDispatch::DeviceSetLabel = nullptr |
Definition at line 136 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceAddRef vtkWebGPUProcDispatch::DeviceAddRef = nullptr |
Definition at line 137 of file vtkWebGPUProcDispatch.h.
| WGPUProcDeviceRelease vtkWebGPUProcDispatch::DeviceRelease = nullptr |
Definition at line 138 of file vtkWebGPUProcDispatch.h.
| WGPUProcExternalTextureSetLabel vtkWebGPUProcDispatch::ExternalTextureSetLabel = nullptr |
Definition at line 139 of file vtkWebGPUProcDispatch.h.
| WGPUProcExternalTextureAddRef vtkWebGPUProcDispatch::ExternalTextureAddRef = nullptr |
Definition at line 140 of file vtkWebGPUProcDispatch.h.
| WGPUProcExternalTextureRelease vtkWebGPUProcDispatch::ExternalTextureRelease = nullptr |
Definition at line 141 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceCreateSurface vtkWebGPUProcDispatch::InstanceCreateSurface = nullptr |
Definition at line 142 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceGetWGSLLanguageFeatures vtkWebGPUProcDispatch::InstanceGetWGSLLanguageFeatures = nullptr |
Definition at line 143 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceHasWGSLLanguageFeature vtkWebGPUProcDispatch::InstanceHasWGSLLanguageFeature = nullptr |
Definition at line 144 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceProcessEvents vtkWebGPUProcDispatch::InstanceProcessEvents = nullptr |
Definition at line 145 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceRequestAdapter vtkWebGPUProcDispatch::InstanceRequestAdapter = nullptr |
Definition at line 146 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceWaitAny vtkWebGPUProcDispatch::InstanceWaitAny = nullptr |
Definition at line 147 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceAddRef vtkWebGPUProcDispatch::InstanceAddRef = nullptr |
Definition at line 148 of file vtkWebGPUProcDispatch.h.
| WGPUProcInstanceRelease vtkWebGPUProcDispatch::InstanceRelease = nullptr |
Definition at line 149 of file vtkWebGPUProcDispatch.h.
| WGPUProcPipelineLayoutSetLabel vtkWebGPUProcDispatch::PipelineLayoutSetLabel = nullptr |
Definition at line 150 of file vtkWebGPUProcDispatch.h.
| WGPUProcPipelineLayoutAddRef vtkWebGPUProcDispatch::PipelineLayoutAddRef = nullptr |
Definition at line 151 of file vtkWebGPUProcDispatch.h.
| WGPUProcPipelineLayoutRelease vtkWebGPUProcDispatch::PipelineLayoutRelease = nullptr |
Definition at line 152 of file vtkWebGPUProcDispatch.h.
| WGPUProcQuerySetDestroy vtkWebGPUProcDispatch::QuerySetDestroy = nullptr |
Definition at line 153 of file vtkWebGPUProcDispatch.h.
| WGPUProcQuerySetGetCount vtkWebGPUProcDispatch::QuerySetGetCount = nullptr |
Definition at line 154 of file vtkWebGPUProcDispatch.h.
| WGPUProcQuerySetGetType vtkWebGPUProcDispatch::QuerySetGetType = nullptr |
Definition at line 155 of file vtkWebGPUProcDispatch.h.
| WGPUProcQuerySetSetLabel vtkWebGPUProcDispatch::QuerySetSetLabel = nullptr |
Definition at line 156 of file vtkWebGPUProcDispatch.h.
| WGPUProcQuerySetAddRef vtkWebGPUProcDispatch::QuerySetAddRef = nullptr |
Definition at line 157 of file vtkWebGPUProcDispatch.h.
| WGPUProcQuerySetRelease vtkWebGPUProcDispatch::QuerySetRelease = nullptr |
Definition at line 158 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueOnSubmittedWorkDone vtkWebGPUProcDispatch::QueueOnSubmittedWorkDone = nullptr |
Definition at line 159 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueSetLabel vtkWebGPUProcDispatch::QueueSetLabel = nullptr |
Definition at line 160 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueSubmit vtkWebGPUProcDispatch::QueueSubmit = nullptr |
Definition at line 161 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueWriteBuffer vtkWebGPUProcDispatch::QueueWriteBuffer = nullptr |
Definition at line 162 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueWriteTexture vtkWebGPUProcDispatch::QueueWriteTexture = nullptr |
Definition at line 163 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueAddRef vtkWebGPUProcDispatch::QueueAddRef = nullptr |
Definition at line 164 of file vtkWebGPUProcDispatch.h.
| WGPUProcQueueRelease vtkWebGPUProcDispatch::QueueRelease = nullptr |
Definition at line 165 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleSetLabel vtkWebGPUProcDispatch::RenderBundleSetLabel = nullptr |
Definition at line 166 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleAddRef vtkWebGPUProcDispatch::RenderBundleAddRef = nullptr |
Definition at line 167 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleRelease vtkWebGPUProcDispatch::RenderBundleRelease = nullptr |
Definition at line 168 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderDraw vtkWebGPUProcDispatch::RenderBundleEncoderDraw = nullptr |
Definition at line 169 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderDrawIndexed vtkWebGPUProcDispatch::RenderBundleEncoderDrawIndexed = nullptr |
Definition at line 170 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderDrawIndexedIndirect vtkWebGPUProcDispatch::RenderBundleEncoderDrawIndexedIndirect = nullptr |
Definition at line 171 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderDrawIndirect vtkWebGPUProcDispatch::RenderBundleEncoderDrawIndirect = nullptr |
Definition at line 172 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderFinish vtkWebGPUProcDispatch::RenderBundleEncoderFinish = nullptr |
Definition at line 173 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderInsertDebugMarker vtkWebGPUProcDispatch::RenderBundleEncoderInsertDebugMarker = nullptr |
Definition at line 174 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderPopDebugGroup vtkWebGPUProcDispatch::RenderBundleEncoderPopDebugGroup = nullptr |
Definition at line 175 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderPushDebugGroup vtkWebGPUProcDispatch::RenderBundleEncoderPushDebugGroup = nullptr |
Definition at line 176 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderSetBindGroup vtkWebGPUProcDispatch::RenderBundleEncoderSetBindGroup = nullptr |
Definition at line 177 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderSetImmediates vtkWebGPUProcDispatch::RenderBundleEncoderSetImmediates = nullptr |
Definition at line 178 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderSetIndexBuffer vtkWebGPUProcDispatch::RenderBundleEncoderSetIndexBuffer = nullptr |
Definition at line 179 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderSetLabel vtkWebGPUProcDispatch::RenderBundleEncoderSetLabel = nullptr |
Definition at line 180 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderSetPipeline vtkWebGPUProcDispatch::RenderBundleEncoderSetPipeline = nullptr |
Definition at line 181 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderSetVertexBuffer vtkWebGPUProcDispatch::RenderBundleEncoderSetVertexBuffer = nullptr |
Definition at line 182 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderAddRef vtkWebGPUProcDispatch::RenderBundleEncoderAddRef = nullptr |
Definition at line 183 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderBundleEncoderRelease vtkWebGPUProcDispatch::RenderBundleEncoderRelease = nullptr |
Definition at line 184 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderBeginOcclusionQuery vtkWebGPUProcDispatch::RenderPassEncoderBeginOcclusionQuery = nullptr |
Definition at line 185 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderDraw vtkWebGPUProcDispatch::RenderPassEncoderDraw = nullptr |
Definition at line 186 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderDrawIndexed vtkWebGPUProcDispatch::RenderPassEncoderDrawIndexed = nullptr |
Definition at line 187 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderDrawIndexedIndirect vtkWebGPUProcDispatch::RenderPassEncoderDrawIndexedIndirect = nullptr |
Definition at line 188 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderDrawIndirect vtkWebGPUProcDispatch::RenderPassEncoderDrawIndirect = nullptr |
Definition at line 189 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderEnd vtkWebGPUProcDispatch::RenderPassEncoderEnd = nullptr |
Definition at line 190 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderEndOcclusionQuery vtkWebGPUProcDispatch::RenderPassEncoderEndOcclusionQuery = nullptr |
Definition at line 191 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderExecuteBundles vtkWebGPUProcDispatch::RenderPassEncoderExecuteBundles = nullptr |
Definition at line 192 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderInsertDebugMarker vtkWebGPUProcDispatch::RenderPassEncoderInsertDebugMarker = nullptr |
Definition at line 193 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderPopDebugGroup vtkWebGPUProcDispatch::RenderPassEncoderPopDebugGroup = nullptr |
Definition at line 194 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderPushDebugGroup vtkWebGPUProcDispatch::RenderPassEncoderPushDebugGroup = nullptr |
Definition at line 195 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetBindGroup vtkWebGPUProcDispatch::RenderPassEncoderSetBindGroup = nullptr |
Definition at line 196 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetBlendConstant vtkWebGPUProcDispatch::RenderPassEncoderSetBlendConstant = nullptr |
Definition at line 197 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetImmediates vtkWebGPUProcDispatch::RenderPassEncoderSetImmediates = nullptr |
Definition at line 198 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetIndexBuffer vtkWebGPUProcDispatch::RenderPassEncoderSetIndexBuffer = nullptr |
Definition at line 199 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetLabel vtkWebGPUProcDispatch::RenderPassEncoderSetLabel = nullptr |
Definition at line 200 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetPipeline vtkWebGPUProcDispatch::RenderPassEncoderSetPipeline = nullptr |
Definition at line 201 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetScissorRect vtkWebGPUProcDispatch::RenderPassEncoderSetScissorRect = nullptr |
Definition at line 202 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetStencilReference vtkWebGPUProcDispatch::RenderPassEncoderSetStencilReference = nullptr |
Definition at line 203 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetVertexBuffer vtkWebGPUProcDispatch::RenderPassEncoderSetVertexBuffer = nullptr |
Definition at line 204 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderSetViewport vtkWebGPUProcDispatch::RenderPassEncoderSetViewport = nullptr |
Definition at line 205 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderAddRef vtkWebGPUProcDispatch::RenderPassEncoderAddRef = nullptr |
Definition at line 206 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPassEncoderRelease vtkWebGPUProcDispatch::RenderPassEncoderRelease = nullptr |
Definition at line 207 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPipelineGetBindGroupLayout vtkWebGPUProcDispatch::RenderPipelineGetBindGroupLayout = nullptr |
Definition at line 208 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPipelineSetLabel vtkWebGPUProcDispatch::RenderPipelineSetLabel = nullptr |
Definition at line 209 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPipelineAddRef vtkWebGPUProcDispatch::RenderPipelineAddRef = nullptr |
Definition at line 210 of file vtkWebGPUProcDispatch.h.
| WGPUProcRenderPipelineRelease vtkWebGPUProcDispatch::RenderPipelineRelease = nullptr |
Definition at line 211 of file vtkWebGPUProcDispatch.h.
| WGPUProcSamplerSetLabel vtkWebGPUProcDispatch::SamplerSetLabel = nullptr |
Definition at line 212 of file vtkWebGPUProcDispatch.h.
| WGPUProcSamplerAddRef vtkWebGPUProcDispatch::SamplerAddRef = nullptr |
Definition at line 213 of file vtkWebGPUProcDispatch.h.
| WGPUProcSamplerRelease vtkWebGPUProcDispatch::SamplerRelease = nullptr |
Definition at line 214 of file vtkWebGPUProcDispatch.h.
| WGPUProcShaderModuleGetCompilationInfo vtkWebGPUProcDispatch::ShaderModuleGetCompilationInfo = nullptr |
Definition at line 215 of file vtkWebGPUProcDispatch.h.
| WGPUProcShaderModuleSetLabel vtkWebGPUProcDispatch::ShaderModuleSetLabel = nullptr |
Definition at line 216 of file vtkWebGPUProcDispatch.h.
| WGPUProcShaderModuleAddRef vtkWebGPUProcDispatch::ShaderModuleAddRef = nullptr |
Definition at line 217 of file vtkWebGPUProcDispatch.h.
| WGPUProcShaderModuleRelease vtkWebGPUProcDispatch::ShaderModuleRelease = nullptr |
Definition at line 218 of file vtkWebGPUProcDispatch.h.
| WGPUProcSupportedFeaturesFreeMembers vtkWebGPUProcDispatch::SupportedFeaturesFreeMembers = nullptr |
Definition at line 219 of file vtkWebGPUProcDispatch.h.
| WGPUProcSupportedInstanceFeaturesFreeMembers vtkWebGPUProcDispatch::SupportedInstanceFeaturesFreeMembers = nullptr |
Definition at line 220 of file vtkWebGPUProcDispatch.h.
| WGPUProcSupportedWGSLLanguageFeaturesFreeMembers vtkWebGPUProcDispatch::SupportedWGSLLanguageFeaturesFreeMembers |
Definition at line 221 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceConfigure vtkWebGPUProcDispatch::SurfaceConfigure = nullptr |
Definition at line 223 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceGetCapabilities vtkWebGPUProcDispatch::SurfaceGetCapabilities = nullptr |
Definition at line 224 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceGetCurrentTexture vtkWebGPUProcDispatch::SurfaceGetCurrentTexture = nullptr |
Definition at line 225 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfacePresent vtkWebGPUProcDispatch::SurfacePresent = nullptr |
Definition at line 226 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceSetLabel vtkWebGPUProcDispatch::SurfaceSetLabel = nullptr |
Definition at line 227 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceUnconfigure vtkWebGPUProcDispatch::SurfaceUnconfigure = nullptr |
Definition at line 228 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceAddRef vtkWebGPUProcDispatch::SurfaceAddRef = nullptr |
Definition at line 229 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceRelease vtkWebGPUProcDispatch::SurfaceRelease = nullptr |
Definition at line 230 of file vtkWebGPUProcDispatch.h.
| WGPUProcSurfaceCapabilitiesFreeMembers vtkWebGPUProcDispatch::SurfaceCapabilitiesFreeMembers = nullptr |
Definition at line 231 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureCreateView vtkWebGPUProcDispatch::TextureCreateView = nullptr |
Definition at line 232 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureDestroy vtkWebGPUProcDispatch::TextureDestroy = nullptr |
Definition at line 233 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetDepthOrArrayLayers vtkWebGPUProcDispatch::TextureGetDepthOrArrayLayers = nullptr |
Definition at line 234 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetDimension vtkWebGPUProcDispatch::TextureGetDimension = nullptr |
Definition at line 235 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetFormat vtkWebGPUProcDispatch::TextureGetFormat = nullptr |
Definition at line 236 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetHeight vtkWebGPUProcDispatch::TextureGetHeight = nullptr |
Definition at line 237 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetMipLevelCount vtkWebGPUProcDispatch::TextureGetMipLevelCount = nullptr |
Definition at line 238 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetSampleCount vtkWebGPUProcDispatch::TextureGetSampleCount = nullptr |
Definition at line 239 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetTextureBindingViewDimension vtkWebGPUProcDispatch::TextureGetTextureBindingViewDimension = nullptr |
Definition at line 240 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetUsage vtkWebGPUProcDispatch::TextureGetUsage = nullptr |
Definition at line 241 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureGetWidth vtkWebGPUProcDispatch::TextureGetWidth = nullptr |
Definition at line 242 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureSetLabel vtkWebGPUProcDispatch::TextureSetLabel = nullptr |
Definition at line 243 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureAddRef vtkWebGPUProcDispatch::TextureAddRef = nullptr |
Definition at line 244 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureRelease vtkWebGPUProcDispatch::TextureRelease = nullptr |
Definition at line 245 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureViewSetLabel vtkWebGPUProcDispatch::TextureViewSetLabel = nullptr |
Definition at line 246 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureViewAddRef vtkWebGPUProcDispatch::TextureViewAddRef = nullptr |
Definition at line 247 of file vtkWebGPUProcDispatch.h.
| WGPUProcTextureViewRelease vtkWebGPUProcDispatch::TextureViewRelease = nullptr |
Definition at line 248 of file vtkWebGPUProcDispatch.h.