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 club.doki7.ffm.ptr.IntPtr errcode_ret) @Nullable CLSamplerCL.createSamplerWithProperties(@Nullable CLContext context, @Nullable club.doki7.ffm.ptr.LongPtr sampler_properties, @Nullable club.doki7.ffm.ptr.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 club.doki7.ffm.ptr.PointerPtr param_value_size_ret) intCL.releaseSampler(@Nullable CLSampler sampler) intCL.retainSampler(@Nullable CLSampler sampler) -
Uses of CLSampler in club.doki7.opencl.handle
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)