Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/kernel/kernel_textures.h
| Show All 18 Lines | |||||
| #endif | #endif | ||||
| #ifndef KERNEL_IMAGE_TEX | #ifndef KERNEL_IMAGE_TEX | ||||
| #define KERNEL_IMAGE_TEX(type, ttype, name) | #define KERNEL_IMAGE_TEX(type, ttype, name) | ||||
| #endif | #endif | ||||
| /* bvh */ | /* bvh */ | ||||
| KERNEL_TEX(float4, texture_float4, __bvh_nodes) | KERNEL_TEX(float4, texture_float4, __bvh_nodes) | ||||
| KERNEL_TEX(float4, texture_float4, __tri_woop) | |||||
| KERNEL_TEX(uint, texture_uint, __prim_type) | KERNEL_TEX(uint, texture_uint, __prim_type) | ||||
| KERNEL_TEX(uint, texture_uint, __prim_visibility) | KERNEL_TEX(uint, texture_uint, __prim_visibility) | ||||
| KERNEL_TEX(uint, texture_uint, __prim_index) | KERNEL_TEX(uint, texture_uint, __prim_index) | ||||
| KERNEL_TEX(uint, texture_uint, __prim_object) | KERNEL_TEX(uint, texture_uint, __prim_object) | ||||
| KERNEL_TEX(uint, texture_uint, __object_node) | KERNEL_TEX(uint, texture_uint, __object_node) | ||||
| /* objects */ | /* objects */ | ||||
| KERNEL_TEX(float4, texture_float4, __objects) | KERNEL_TEX(float4, texture_float4, __objects) | ||||
| ▲ Show 20 Lines • Show All 203 Lines • Show Last 20 Lines | |||||