JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLSampler.AddressingMode Enum Reference
Collaboration diagram for com.jogamp.opencl.CLSampler.AddressingMode:

Static Public Member Functions

static AddressingMode valueOf (final int mode)
 

Public Attributes

 REPEAT =(CL_ADDRESS_REPEAT)
 
 CLAMP_TO_EDGE =(CL_ADDRESS_CLAMP_TO_EDGE)
 
 CLAMP =(CL_ADDRESS_CLAMP)
 
 NONE =(CL_ADDRESS_NONE)
 
final int MODE
 Value of wrapped OpenCL sampler addressing mode type. More...
 

Detailed Description

Definition at line 125 of file CLSampler.java.

Member Function Documentation

◆ valueOf()

static AddressingMode com.jogamp.opencl.CLSampler.AddressingMode.valueOf ( final int  mode)
static

Definition at line 141 of file CLSampler.java.

Here is the caller graph for this function:

Member Data Documentation

◆ CLAMP

com.jogamp.opencl.CLSampler.AddressingMode.CLAMP =(CL_ADDRESS_CLAMP)

Definition at line 129 of file CLSampler.java.

◆ CLAMP_TO_EDGE

com.jogamp.opencl.CLSampler.AddressingMode.CLAMP_TO_EDGE =(CL_ADDRESS_CLAMP_TO_EDGE)

Definition at line 128 of file CLSampler.java.

◆ MODE

final int com.jogamp.opencl.CLSampler.AddressingMode.MODE

Value of wrapped OpenCL sampler addressing mode type.

Definition at line 135 of file CLSampler.java.

◆ NONE

com.jogamp.opencl.CLSampler.AddressingMode.NONE =(CL_ADDRESS_NONE)

Definition at line 130 of file CLSampler.java.

◆ REPEAT

com.jogamp.opencl.CLSampler.AddressingMode.REPEAT =(CL_ADDRESS_REPEAT)

Definition at line 127 of file CLSampler.java.


The documentation for this enum was generated from the following file: