Uses of Interface
club.doki7.webgpu.datatype.IWGPUConstantEntry
Packages that use IWGPUConstantEntry
-
Uses of IWGPUConstantEntry in club.doki7.webgpu.datatype
Classes in club.doki7.webgpu.datatype that implement IWGPUConstantEntryModifier and TypeClassDescriptionfinal record
Represents a pointer to aWGPUConstantEntry
structure in native memory.static final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.webgpu.datatype with parameters of type IWGPUConstantEntryModifier and TypeMethodDescriptionWGPUFragmentState.constants
(@Nullable IWGPUConstantEntry value) WGPUProgrammableStageDescriptor.constants
(@Nullable IWGPUConstantEntry value) WGPUVertexState.constants
(@Nullable IWGPUConstantEntry value)