public final class KHRMipmapImage
extends java.lang.Object
This extension adds support to create a mip-mapped image, enqueue commands to read/write/copy/map a region of a mipmapped image and built-in functions that can be used to read a mip-mapped image in an OpenCL C program.
| Modifier and Type | Field and Description |
|---|---|
static int |
CL_SAMPLER_LOD_MAX_KHR
cl_sampler_info
|
static int |
CL_SAMPLER_LOD_MIN_KHR
cl_sampler_info
|
static int |
CL_SAMPLER_MIP_FILTER_MODE_KHR
cl_sampler_info
|
public static final int CL_SAMPLER_MIP_FILTER_MODE_KHR
public static final int CL_SAMPLER_LOD_MIN_KHR
public static final int CL_SAMPLER_LOD_MAX_KHR
Copyright LWJGL. All Rights Reserved. License terms.