GPUShaderModule

class wgpu.GPUShaderModule

Bases: GPUObjectBase

Represents a programmable shader.

Create a shader module using GPUDevice.create_shader_module().

get_compilation_info()

Get shader compilation info. Always returns empty list at the moment.