Skip to content

ref_iface_IVDXAContext_SetFragmentProgramConstF

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

IVDXAContext interface

IVDXAContext:: SetFragmentProgramConstF

Sets parameter constants for fragment program execution.

void SetFragmentProgramConstF(uint32 startIndex, uint32 count, const float *values);

Parameters

startIndex Starting index of constants to load.
count Number of constants to load; must be greater than zero.
values Pointer to 4*count float values to load as constant data.

Thread safety

This method is not thread-safe.

Remarks

All floating-point values must be valid. An error is thrown if an infinity or Not-a-Number (NaN) value is detected in the data.


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally