Uses of Record Class
club.doki7.opencl.handle.CLSampler
Packages that use CLSampler
-
Uses of CLSampler in club.doki7.opencl
Methods in club.doki7.opencl that return CLSamplerModifier and TypeMethodDescription@Nullable CLSamplerCL.createSampler(@Nullable CLContext context, int normalized_coords, int addressing_mode, int filter_mode, @Nullable IntPtr errcode_ret) @Nullable CLSamplerCL.createSamplerWithProperties(@Nullable CLContext context, @Nullable LongPtr sampler_properties, @Nullable IntPtr errcode_ret) Methods in club.doki7.opencl with parameters of type CLSamplerModifier and TypeMethodDescriptionintCL.getSamplerInfo(@Nullable CLSampler sampler, int paramName, long paramValueSize, @NotNull MemorySegment paramValue, @Nullable PointerPtr param_value_size_ret) intCL.releaseSampler(@Nullable CLSampler sampler) intCL.retainSampler(@Nullable CLSampler sampler) -
Uses of CLSampler in club.doki7.opencl.handle
Classes in club.doki7.opencl.handle that implement interfaces with type arguments of type CLSamplerModifier and TypeClassDescriptionstatic final recordRepresents a pointer to cl_sampler handle(s) in native memory.Methods in club.doki7.opencl.handle that return CLSamplerModifier and TypeMethodDescription@Nullable CLSamplerCLSampler.Ptr.read()@Nullable CLSamplerCLSampler.Ptr.read(long index) Methods in club.doki7.opencl.handle that return types with arguments of type CLSamplerMethods in club.doki7.opencl.handle with parameters of type CLSamplerMethod parameters in club.doki7.opencl.handle with type arguments of type CLSamplerModifier and TypeMethodDescriptionstatic CLSampler.PtrCLSampler.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable CLSampler> values)