XPlor/definitions/cod/gfxlightimage.xscript

16 lines
265 B
Plaintext
Raw Normal View History

type gfxlightimage [display="GFX Light Image"]
{
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;
}