Microsoft SDK for Java

getDataAsArrayFloats

This method of the Direct3dExecuteBuffer Class retrieves the data contained in the execute buffer as an array of float types.

Syntax

public native void getDataAsArrayFloats(float[] d);

Parameters

d The array of floats that the data is copied to.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.