Blender V5.0
KernelParamsMetal::LocalIntersection Struct Reference

#include <globals.h>

Public Attributes

int num_hits
struct Intersection hits [LOCAL_MAX_HITS]
float3 Ng [LOCAL_MAX_HITS]

Detailed Description

Definition at line 1265 of file device/metal/globals.h.

Member Data Documentation

◆ hits

struct Intersection KernelParamsMetal::LocalIntersection::hits[LOCAL_MAX_HITS]

Definition at line 1267 of file device/metal/globals.h.

◆ Ng

float3 KernelParamsMetal::LocalIntersection::Ng[LOCAL_MAX_HITS]

Definition at line 1268 of file device/metal/globals.h.

◆ num_hits

int KernelParamsMetal::LocalIntersection::num_hits

Definition at line 1266 of file device/metal/globals.h.


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