2026-01-07 16:36:40 -05:00
|
|
|
type gfxlightimage [display="GFX Light Image"]
|
|
|
|
|
{
|
2026-01-11 12:09:57 -05:00
|
|
|
const PTR_INLINE = -1;
|
|
|
|
|
|
|
|
|
|
i32 image_ptr;
|
|
|
|
|
ui("image_ptr", "Image Ptr");
|
|
|
|
|
|
|
|
|
|
u8 sampler_state;
|
|
|
|
|
ui("sampler_state", "Sampler State");
|
|
|
|
|
|
|
|
|
|
skip 3; // padding
|
|
|
|
|
|
|
|
|
|
// Inline data
|
|
|
|
|
inline image image when image_ptr;
|
2026-01-07 16:36:40 -05:00
|
|
|
}
|